Add themes to stylesheet

This commit is contained in:
Robbie Antenesse 2019-05-31 11:57:52 -06:00
parent e65482b282
commit a6d4a77eb9
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
@import 'scss/themes/default';
@import 'scss/themes/dark';
@import 'scss/themes/light';
@import 'scss/themes/blue';
@import 'scss/themes/green';
@import 'scss/themes/royal';
@import 'scss/themes/mint';
@import 'scss/themes/grape';
html, body {
font-family: $font;