Rewrote colors to use variables
This commit is contained in:
parent
f53cc0b31a
commit
e5669d33ab
16 changed files with 34 additions and 58 deletions
src/layouts
|
@ -18,7 +18,7 @@ h1 {
|
|||
margin: 0.5rem 0px 0.5rem 0.5em;
|
||||
padding: 0.25rem 0.75rem;
|
||||
width: max-content;
|
||||
background-color: #1e1e1e;
|
||||
background-color: var(--c-darkgray);
|
||||
}
|
||||
div {
|
||||
row-gap: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue