mfbs

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

commit
060d0a46e69c9aff976a570b0187f4c49398680b
parent
884e41913fa93df45ebbf60d790337538225f661
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-04-18 18:13
darker default border-color

to satisfy https://www.w3.org/TR/WCAG21/#non-text-contrast

Diffstat

M sass/variables.scss 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -3,7 +3,7 @@
    3     3 $color-bg: #fff !default;
    4     4 $color-fg: #333 !default;
    5     5 $color-bg-tint: mix($color-bg, $color-fg, 95%) !default;
    6    -1 $color-border: mix($color-bg, $color-fg, 60%) !default;
   -1     6 $color-border: mix($color-bg, $color-fg, 45%) !default;
    7     7 $color-link: #26c !default;
    8     8 $color-link-visited: mix($color-link, purple, 40%) !default;
    9     9 $color-link-focus: mix($color-link, $color-fg, 50%) !default;