Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalechiMLC <3054487172@qq.com>2020-05-15 08:52:15 +0300
committermalechiMLC <3054487172@qq.com>2020-05-15 08:52:15 +0300
commitbca29aba530e8dd97bc93302b59b1fc7286b305b (patch)
tree2c31715a22a4669857d5ad80d393f7b9b7ddf040 /assets/css/base.css
parentd55c613f5e6e5208b296cc2beed270e728176f72 (diff)
parentf8b674b093948597e1c1d6c8a2f7a88cc89541e8 (diff)
style: change about page
Diffstat (limited to 'assets/css/base.css')
-rw-r--r--assets/css/base.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/base.css b/assets/css/base.css
index f0983dd..f2db655 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -1,3 +1,12 @@
:root{
- @apply font-serif;
+ @apply font-serif bg-tertiary;
+ --color-primary: #38B2AC;
+ --color-secondary: #FBFBFC;
+ --color-tertiary: #F2F2F7;
+}
+
+.dark {
+ --color-primary: #38B2AC;
+ --color-secondary: #303030;
+ --color-tertiary: #000000;
}