mfbs

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

commit
e218e24407256305c022e3f4533dbaecc5886cc7
parent
5a9fd20b2b37f55ff276b0500e20aece53ececf1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 08:29
use same colors for :link and :visited by default

Diffstat

M sass/variables.scss 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -5,9 +5,9 @@ $color-fg: #333 !default;
    5     5 $color-bg-tint: mix($color-bg, $color-fg, 95%) !default;
    6     6 $color-border: mix($color-bg, $color-fg, 45%) !default;
    7     7 $color-link: #26c !default;
    8    -1 $color-link-visited: mix($color-link, purple, 40%) !default;
   -1     8 $color-link-visited: $color-link !default;
    9     9 $color-link-focus: mix($color-link, $color-fg, 50%) !default;
   10    -1 $color-link-visited-focus: mix($color-link-visited, $color-fg, 50%) !default;
   -1    10 $color-link-visited-focus: $color-link-focus !default;
   11    11 
   12    12 // lengths
   13    13 $font-size-min: 0.9em !default;