Rewrote colors to use variables

This commit is contained in:
Firq 2023-03-05 21:58:01 +01:00
parent f53cc0b31a
commit e5669d33ab
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
16 changed files with 34 additions and 58 deletions

View file

@ -35,7 +35,7 @@ const { title } = Astro.props;
margin: 0.5rem 0px 0.5rem 0.5em;
padding: 0.25rem 0.75rem;
width: max-content;
background-color: #1e1e1e;
background-color: var(--c-darkgray);
}
@media(min-width: 512px) {
div {