Use base16 framework for palettes

This commit is contained in:
Joe Roe 2022-09-30 12:54:31 +02:00
parent c94228ed2a
commit a181c69fd6
18 changed files with 158 additions and 106 deletions

View file

@ -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);
}