feat(theme): add --font-headings; flip body to Carbon Blue dark
This commit is contained in:
Vendored
+6395
File diff suppressed because it is too large
Load Diff
@@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
/* Basic layout styles */
|
/* Basic layout styles */
|
||||||
main#maincontent {
|
main#maincontent {
|
||||||
background-color: var(--color-background);
|
background-color: transparent;
|
||||||
color: var(--color-text);
|
color: var(--color-on-surface, #e3e1e9);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 4rem;
|
padding: 0 0 4rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-sans: "Raleway", sans-serif;
|
--font-sans: "Raleway", sans-serif;
|
||||||
|
--font-headings: var(--font-sans);
|
||||||
--line-height: 1.6;
|
--line-height: 1.6;
|
||||||
|
|
||||||
--text-base: 1rem;
|
--text-base: 1rem;
|
||||||
@@ -68,8 +69,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: #100e0b;
|
||||||
color: black;
|
color: var(--color-on-surface, #e3e1e9);
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
font-size: var(--text-base);
|
font-size: var(--text-base);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
|
|||||||
Reference in New Issue
Block a user