Colors and other stuff
This commit is contained in:
parent
aab26e63b2
commit
34e24346d1
25 changed files with 234 additions and 272 deletions
src/layouts
|
@ -15,14 +15,14 @@ const { title } = Astro.props
|
|||
|
||||
<style>
|
||||
h1 {
|
||||
color: white;
|
||||
color: var(--c-primary-text);
|
||||
font-size: 26px;
|
||||
line-height: 32px;
|
||||
letter-spacing: -1px;
|
||||
margin: 0.5rem 0px 0.5rem 0.5em;
|
||||
padding: 0.25rem 0.75rem;
|
||||
width: max-content;
|
||||
background-color: var(--c-darkgray);
|
||||
background-color: var(--c-primary-background);
|
||||
padding: 0.25rem 1rem;
|
||||
border-radius: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue