sass: Show visited links in different color
This commit is contained in:
parent
520b59c048
commit
f71e947586
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue