link colors fixed

main
aprzn 1 year ago
parent 874d8c26e5
commit 499fa1f2ba

@ -31,6 +31,7 @@ body {
#header { #header {
text-align: center; text-align: center;
line-height: 2;
& > a { & > a {
border-radius: 1em; border-radius: 1em;
background-color: $header-link-bg; background-color: $header-link-bg;
@ -41,7 +42,7 @@ body {
color: $fave; color: $fave;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
animation: none; white-space: nowrap;
&:hover { &:hover {
color: $link-hover; color: $link-hover;
} }
@ -58,25 +59,15 @@ body {
a { a {
color: $link; color: $link;
transition: color 0.3s;
&:hover { &:hover {
color: $link-hover; color: $link-hover;
animation: 0.3s link-hover;
} }
&:active { &:active {
color: $fave; color: $fave;
} }
} }
@keyframes link-hover {
from {
color: $link;
}
to {
color: $link-hover;
}
}
@font-face { @font-face {
font-family: lipamanka; font-family: lipamanka;
src: url(/linjamanka.woff); src: url(/linjamanka.woff);

@ -22,9 +22,13 @@
<a href="https://webring.umbreon.online">webring.umbreon.online</a> <a href="https://webring.umbreon.online">webring.umbreon.online</a>
| |
<a href="https://webring.umbreon.online/next?from=https://interestingzinc.xyz">next &gt;</a> <a href="https://webring.umbreon.online/next?from=https://interestingzinc.xyz">next &gt;</a>
<br> <br>
<br> <br>
<a href="https://github.com/aprzn123/interestingzinc.xyz">view source</a> <a href="https://github.com/aprzn123/interestingzinc.xyz">view source</a>
|
fonts used: <a href="https://www.latofonts.com/">Lato</a>, <a href="https://lipamanka.gay/linjamanka"><span class="toki-pona">linja lipamanka</span></a>
{# {#
<br> <br>
{{__tera_context}} {{__tera_context}}

Loading…
Cancel
Save