sass: Show visited links in different color

This commit is contained in:
finga 2023-02-15 05:21:50 +01:00
parent 520b59c048
commit f71e947586

View file

@ -9,6 +9,10 @@ html, .navbar, .footer {
padding-bottom: 0;
}
a:visited {
color: hsl(280, 100%, 50%);
}
@media (prefers-color-scheme: dark) {
html, .navbar, .footer, p, strong, .title, li {
background-color: $dark;