diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/main.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index 1483b67..54c20de 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -148,9 +148,9 @@ a:active { } body { - /* font-size: 18px; - line-height: 1.4; */ - font-family: sans-serif; + /* font-size: 18px; */ /* nima smisla, premalo kompaktno, naj se bralec sam odloči */ + /* line-height: 1.4; */ /* --||-- */ + /* font-family: sans-serif; */ /* naj se bralec sam odloči o pisavi */ background-color: var(--bgc1); color: var(--fgc1); scrollbar-color: var(--scheme-name); |