Move custom properties to the base style.
This commit is contained in:
parent
e2fc2ac6e8
commit
5b59b7bacb
|
@ -14,5 +14,11 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
--spacing-1: 4px;
|
||||||
|
--spacing-2: 8px;
|
||||||
|
--spacing-3: 16px;
|
||||||
|
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
body {
|
|
||||||
--spacing-1: 4px;
|
|
||||||
--spacing-2: 8px;
|
|
||||||
--spacing-3: 16px;
|
|
||||||
|
|
||||||
background-color: black;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: center url("/interlinked/numbered/12.png");
|
background: center url("/interlinked/numbered/12.png");
|
||||||
|
|
Loading…
Reference in New Issue