diff options
Diffstat (limited to 'sass/base/_color.scss')
-rw-r--r-- | sass/base/_color.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sass/base/_color.scss b/sass/base/_color.scss index 38eb870..4925193 100644 --- a/sass/base/_color.scss +++ b/sass/base/_color.scss @@ -1,3 +1,6 @@ -$black: rgba(0,0,0,0.5); -$main: #258fb8; -$shadow: rgba(0,0,0,0.3);
\ No newline at end of file +$background: #eee; +$main: #FF9500; +$border: #ddd; +$light-shadow: #fff; +$font-main: #666; +$font-meta: #999;
\ No newline at end of file |