Fix blue links

This commit is contained in:
Justin Edmund 2023-01-28 22:55:26 -08:00
parent 820f873916
commit 7d4fc7b6ac

View file

@ -339,6 +339,18 @@
font-size: $font-small; font-size: $font-small;
} }
a:visited:not(.fire):not(.water):not(.wind):not(.earth):not(.dark):not(
.light
) {
color: var(--text-primary);
}
a:hover:not(.fire):not(.water):not(.wind):not(.earth):not(.dark):not(
.light
) {
color: $blue;
}
& > *:not(:last-child):after { & > *:not(:last-child):after {
content: ' · '; content: ' · ';
margin: 0 calc($unit / 2); margin: 0 calc($unit / 2);