💄 (note) bigger font and fix strong font color.

This commit is contained in:
2021-03-27 19:25:03 +01:00
parent 373ba812f5
commit f5b5e57af2
2 changed files with 3 additions and 1 deletions

View File

@@ -142,7 +142,8 @@ $header-height: 40px;
h3, h3,
h4, h4,
h5, h5,
h6 { h6,
strong {
color: var(--font-color); color: var(--font-color);
} }

View File

@@ -31,6 +31,7 @@ body {
height: 100vh; height: 100vh;
scroll-behavior: smooth; scroll-behavior: smooth;
overflow-y: auto; overflow-y: auto;
font-size: 1.2em;
} }
@media screen and (min-width: 769px) { @media screen and (min-width: 769px) {