Secondary color (from MSU color guide)

This commit is contained in:
Jordan Stremming
2019-02-03 22:40:44 -06:00
parent 514effa3fb
commit 506aa29567
+2 -1
View File
@@ -1,6 +1,7 @@
$theme-colors: (
"primary": #660000
"primary": #660000,
"secondary": #777777
);
@import "../bootswatch-master/flatly/variables";