1
Fork 0

Move custom properties to the base style.

This commit is contained in:
Bauke 2024-03-08 14:32:33 +01:00
parent e2fc2ac6e8
commit 5b59b7bacb
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 6 additions and 9 deletions

View File

@ -14,5 +14,11 @@ html {
}
body {
--spacing-1: 4px;
--spacing-2: 8px;
--spacing-3: 16px;
background-color: black;
color: white;
font-size: 2rem;
}

View File

@ -1,12 +1,3 @@
body {
--spacing-1: 4px;
--spacing-2: 8px;
--spacing-3: 16px;
background-color: black;
color: white;
}
.page-header {
align-items: center;
background: center url("/interlinked/numbered/12.png");