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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue