feat(theme): add --font-headings; flip body to Carbon Blue dark
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
/* Basic layout styles */
|
||||
main#maincontent {
|
||||
background-color: var(--color-background);
|
||||
color: var(--color-text);
|
||||
background-color: transparent;
|
||||
color: var(--color-on-surface, #e3e1e9);
|
||||
margin: 0;
|
||||
padding: 0 0 4rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user