From 499fa1f2bacd854edb5c979a234ba6ac798923e9 Mon Sep 17 00:00:00 2001 From: aprzn Date: Mon, 3 Jul 2023 14:00:14 -0400 Subject: [PATCH] link colors fixed --- sass/style.scss | 15 +++------------ templates/base.html | 4 ++++ 2 files changed, 7 insertions(+), 12 deletions(-) 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}}