Use base16 framework for palettes
This commit is contained in:
parent
c94228ed2a
commit
a181c69fd6
18 changed files with 158 additions and 106 deletions
|
|
@ -1,3 +1,4 @@
|
|||
@import 'colours.css';
|
||||
@import 'typography.css';
|
||||
@import 'layout.css';
|
||||
@import 'header.css';
|
||||
|
|
@ -6,6 +7,6 @@
|
|||
@import 'footer.css';
|
||||
|
||||
body {
|
||||
background-color: var(--dark-bg);
|
||||
background-color: var(--bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue