From 3ca03b3fba16598bf2c234309243ec1810d62766 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Feb 2017 21:43:38 +0900 Subject: Refactor --- src/web/app/base.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/web/app') diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 5a1da3813f..40823175cd 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -1,7 +1,9 @@ +json('../../const.json') + @charset 'utf-8' -$theme-color = #f76d6c -$theme-color-foreground = #fff +$theme-color = themeColor +$theme-color-foreground = themeColorForeground @import './reset' -- cgit v1.3.1-freya