mfbs

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

commit
05c6445df120e412ead8484b3d7ce8bc1b30c0b9
parent
49aaacb476bb6f239457101200913c8ca54566e4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-24 12:45
merge :root and html rules

Diffstat

M css/base.css 16 +++++++---------

1 files changed, 7 insertions, 9 deletions


diff --git a/css/base.css b/css/base.css

@@ -9,6 +9,13 @@
    9     9     --padding: 0.5em;
   10    10     --spacer: 1em;
   11    11     --indentation: 1.5rem;
   -1    12 
   -1    13     overflow-y: scroll;
   -1    14     background-color: var(--color-bg);
   -1    15     color: var(--color-fg);
   -1    16     font-family: sans-serif;
   -1    17     line-height: 1.5;
   -1    18     accent-color: var(--color-link);
   12    19 }
   13    20 
   14    21 *,
@@ -31,15 +38,6 @@ p, address, blockquote, pre, table, dl, ul, ol, hr, figure, fieldset {
   31    38     margin-block: 0 var(--spacer);
   32    39 }
   33    40 
   34    -1 html {
   35    -1     overflow-y: scroll;
   36    -1     background-color: var(--color-bg);
   37    -1     color: var(--color-fg);
   38    -1     font-family: sans-serif;
   39    -1     line-height: 1.5;
   40    -1     accent-color: var(--color-link);
   41    -1 }
   42    -1 
   43    41 h1, h2, h3, h4, h5, h6 {
   44    42     line-height: 1.2;
   45    43     margin-block: 0 0.8rem;