From 40b20a9a188cb151a9cc2f9113f9aff48153940c Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Thu, 12 Sep 2019 18:38:59 +0800 Subject: chore: adjust theme configuration, etc --- _sass/yat.scss | 14 -------------- 1 file changed, 14 deletions(-) (limited to '_sass') 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; -- cgit v1.2.3