]> git.0d.be Git - chloro.git/commitdiff
do not mark visited links in header/nav
authorFrédéric Péters <fpeters@0d.be>
Sat, 16 Dec 2023 13:11:37 +0000 (14:11 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sat, 16 Dec 2023 13:11:37 +0000 (14:11 +0100)
chloro/phyll/static/css/style.scss

index 0dc2f71e9cee19198ef8a9facd581b823df2e518..0095237da6da6733481b64d68a2d7045648ed889 100644 (file)
@@ -75,6 +75,9 @@ header {
        a {
                color: inherit;
                border-color: var(--header-color);
+               &:visited {
+                       color: inherit;
+               }
        }
        position: relative;
        z-index: 2;