mfbs

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

commit
6e16f98fa33cc6c4bb9ab03ae065c5f1fb48ebbe
parent
e38879c7f21b692a5ea03742b32eec4ed130c01b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-10 06:52
add accent-color

Diffstat

M sass/base.scss 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -25,6 +25,7 @@ html {
   25    25     font-size: $font-size-max;
   26    26     font-family: sans-serif;
   27    27     line-height: 1.5;
   -1    28     accent-color: $color-link;
   28    29 }
   29    30 
   30    31 h1, h2, h3, h4, h5, h6 {