link colors fixed

main
aprzn 1 year ago
parent 874d8c26e5
commit 499fa1f2ba

@ -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);

@ -22,9 +22,13 @@
<a href="https://webring.umbreon.online">webring.umbreon.online</a>
|
<a href="https://webring.umbreon.online/next?from=https://interestingzinc.xyz">next &gt;</a>
<br>
<br>
<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>
{{__tera_context}}

Loading…
Cancel
Save