summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-12 18:38:59 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-12 18:38:59 +0800
commit40b20a9a188cb151a9cc2f9113f9aff48153940c (patch)
treeb583050280cb89e83ea7c7a71b377dcf9e20f577 /_sass
parent61eae5c5f9881cab29712f6e696085baa977e1f9 (diff)
chore: adjust theme configuration, etc
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/_sass/yat.scss b/_sass/yat.scss
index 76bf409..52162d7 100644
--- a/_sass/yat.scss
+++ b/_sass/yat.scss
@@ -19,21 +19,7 @@ $grey-color: #828282 !default;
$grey-color-light: lighten($grey-color, 40%) !default;
$grey-color-dark: darken($grey-color, 25%) !default;
-// Themes
-$theme-cool: #222 !default;
-$theme-violet: #543581 !default;
-$theme-aquablue: #00aaa0 !default;
-$theme-azure: #2863b1 !default;
-$theme-gracered: #a12a50 !default;
-$theme-aloe: #3d9e56 !default;
-$theme-brown: #795548 !default;
-
-// Current theme
-$theme: $theme-cool;
-
-
$white-color: #fdfdfd !default;
-$theme-color: $theme;
$table-text-align: left !default;