modularize css and make flags even moar fancy

This commit is contained in:
2017-11-24 20:55:35 -08:00
committed by Andrew Cassidy
parent e4eb467185
commit 8cfa14c1c6
6 changed files with 213 additions and 122 deletions

8
_sass/_fonts.scss Normal file
View File

@ -0,0 +1,8 @@
$sidebar-text: $background;
$sidebar-font: 'Barlow', sans-serif;
$title-text: $foreground;
$title-font: 'Barlow', sans-serif;
$body-text: $foreground;
$body-font: 'Open Sans', sans-serif;