feat(theme): add --font-headings; flip body to Carbon Blue dark
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
@theme {
|
||||
--font-sans: "Raleway", sans-serif;
|
||||
--font-headings: var(--font-sans);
|
||||
--line-height: 1.6;
|
||||
|
||||
--text-base: 1rem;
|
||||
@@ -68,11 +69,11 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--text-base);
|
||||
line-height: var(--line-height);
|
||||
background-color: #100e0b;
|
||||
color: var(--color-on-surface, #e3e1e9);
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--text-base);
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
::selection { background: var(--color-warning); }
|
||||
|
||||
Reference in New Issue
Block a user