mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
9b38f48a8625cbee2c46c6e093b73bda7af6ff2c
parent
0b6afedf4f67ec56529ebe6da147fc4d29261981
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-10 07:09
fixup :visited

:link does not cover :visited

Diffstat

M sass/base.scss 3 ++-

1 files changed, 2 insertions, 1 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -38,7 +38,8 @@ h1, h2, h3, h4, h5, h6 {
   38    38     }
   39    39 }
   40    40 
   41    -1 :link {
   -1    41 :link,
   -1    42 :visited {
   42    43     color: $color-link;
   43    44     text-decoration: underline;
   44    45