reduce inline css usage,

fix additional font inconsistencies,
fix px unit used with 0 values
This commit is contained in:
2026-06-09 23:33:27 +00:00
parent 10ef24e76b
commit 8f72aaf255
12 changed files with 144 additions and 113 deletions
+3 -2
View File
@@ -53,6 +53,7 @@ header {
}
header h1 {
font-size: var(--small-font-size);
margin: 0;
background-color: var(--nav-header-bg-color);
color: var(--nav-header-text-color);
@@ -67,8 +68,8 @@ nav {
nav a, header h1, label[for="navtoggle"] {
text-align: left;
padding-left: 8px;
padding-right: 8px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
vertical-align: middle;
height: 2em;