mfbs

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

commit
e38879c7f21b692a5ea03742b32eec4ed130c01b
parent
3705cb5a965fd3a92d1b840c574f12ca7080dcb7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-10 06:52
rm visited styling

hardly ever used

Diffstat

M sass/base.scss 8 --------
M sass/variables.scss 2 --

2 files changed, 0 insertions, 10 deletions


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

@@ -46,14 +46,6 @@ h1, h2, h3, h4, h5, h6 {
   46    46     }
   47    47 }
   48    48 
   49    -1 :visited {
   50    -1     color: $color-link-visited;
   51    -1 
   52    -1     &:hover, &:focus-visible, &:active {
   53    -1         color: $color-link-visited-focus;
   54    -1     }
   55    -1 }
   56    -1 
   57    49 hr {
   58    50     border: 0;
   59    51     border-bottom: 1px solid $color-border;

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

@@ -5,9 +5,7 @@ $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: $color-link !default;
    9     8 $color-link-focus: mix($color-link, $color-fg, 50%) !default;
   10    -1 $color-link-visited-focus: $color-link-focus !default;
   11     9 
   12    10 // lengths
   13    11 $font-size-min: 0.9em !default;