diff --git a/sass/style.scss b/sass/style.scss index 656622b..5e03dbb 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -31,6 +31,7 @@ body { #header { text-align: center; + line-height: 2; & > a { border-radius: 1em; background-color: $header-link-bg; @@ -41,7 +42,7 @@ body { color: $fave; text-decoration: none; font-weight: bold; - animation: none; + white-space: nowrap; &:hover { color: $link-hover; } @@ -58,25 +59,15 @@ body { a { color: $link; + transition: color 0.3s; &:hover { color: $link-hover; - animation: 0.3s link-hover; } &:active { color: $fave; } } -@keyframes link-hover { - from { - color: $link; - } - - to { - color: $link-hover; - } -} - @font-face { font-family: lipamanka; src: url(/linjamanka.woff); diff --git a/templates/base.html b/templates/base.html index 468b842..85ff7ff 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,9 +22,13 @@ webring.umbreon.online | next > +

+ view source + | + fonts used: Lato, linja lipamanka {#
{{__tera_context}}