forked from blisstown/campfire
rework post design; refine light theme
This commit is contained in:
parent
8d9c3cc4fe
commit
0a563e6121
6 changed files with 23 additions and 12 deletions
|
@ -8,6 +8,12 @@
|
|||
--bg-600: #edf5ba;
|
||||
--accent: #899911;
|
||||
--text: #11100d;
|
||||
|
||||
--bg-1000: #fffcf7;
|
||||
--bg-800: #f2e8d7;
|
||||
--bg-700: #d9ccad;
|
||||
--accent: #92a40a;
|
||||
--text: #322e1f;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
@ -31,10 +37,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports (font-variation-settings: normal) {
|
||||
body { font-family: InterVariable, sans-serif; }
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -48,6 +50,12 @@ body {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@supports (font-variation-settings: normal) {
|
||||
body {
|
||||
font-family: InterVariable, sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue