mfbs

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

commit
cbe8091a51abb7834a0557a8fe11797299d992f9
parent
ab205b256b89de633dfb7a1caaa6b63b16d15eb1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-04-02 16:53
change default link color

now same as in clearcodes

Diffstat

M sass/variables.scss 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -4,7 +4,7 @@ $color-bg: #fff !default;
    4     4 $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, 60%) !default;
    7    -1 $color-link: #06f !default;
   -1     7 $color-link: #26c !default;
    8     8 $color-link-focus: mix($color-link, $color-fg, 50%) !default;
    9     9 $color-invalid: red !default;
   10    10