From e71c30fcac1868dadc30bc1a7e208724bd986448 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 12 Jan 2018 19:21:55 -0800 Subject: [PATCH] add comment --- scss/theme-default.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/theme-default.scss b/scss/theme-default.scss index aec89838..99f545ef 100644 --- a/scss/theme-default.scss +++ b/scss/theme-default.scss @@ -1,5 +1,5 @@ :root { - $main-theme-color: royalblue; + $main-theme-color: royalblue; // also: crimson, forestgreen, hotpink $main-text-color: #333; $border-color: #dadada; $main-bg-color: white;