styles: we should improve font sizes somewhat

yet you wrote the font sizes yourself. curious!
i am very intelligent. :D

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-07-25 19:03:50 -05:00
parent 4eafc434ab
commit 4d79025154

View file

@ -6,7 +6,7 @@
transition: all 0.1s ease-in-out;
}
$ls: 1.4rem;
$ls: 1.5rem;
$bgColorLight: white;
$bodyColorLight: #555;
@ -55,7 +55,7 @@ $accentColorDark: #3498db;
}
html {
font-size: 14pt;
font-size: 15pt;
min-height: 100%;
position: relative;
}