line-heigh fix

This commit is contained in:
Yann Esposito (Yogsototh) 2020-05-11 00:26:46 +02:00
parent 958a7f0c36
commit 78543503ae
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/
/* Fonts */
:root {
--lh: 20px;
--lh: 18px;
}
body {
@ -265,7 +265,6 @@ h1, h2, h3, h4, h5, h6 {
a {
color: var(--hl);
font-weight: 700;
padding: 2px;
}
b, strong, i, em {
color: var(--rfg);