summaryrefslogtreecommitdiff
path: root/src/components/Root.scss
diff options
context:
space:
mode:
authorMatain <[email protected]>2022-06-12 23:38:31 +0800
committerMatain <[email protected]>2022-06-12 23:38:31 +0800
commite4e921e0b93f74bf126ca80cbb83f5e912f73a88 (patch)
treeca586f4753f5266ab67051235c7a79370fca1333 /src/components/Root.scss
parenta825925cc97d95762634d234ef06be1627a21fb1 (diff)
parentea5d7cf003eeef30cb7bbe789c6ba7f314bf1ce4 (diff)
Merge branch 'haishanh-master'
Diffstat (limited to 'src/components/Root.scss')
-rw-r--r--src/components/Root.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.scss b/src/components/Root.scss
index 8a7a57c..0a7fc4f 100644
--- a/src/components/Root.scss
+++ b/src/components/Root.scss
@@ -90,6 +90,7 @@ body {
--color-background: #202020;
--color-background2: rgba(32, 32, 32, 0.3);
--color-bg-card: #2d2d2d;
+ --card-hover-border-lightness: 30%;
--color-text: #ddd;
--color-text-secondary: #ccc;
--color-text-highlight: #fff;
@@ -118,6 +119,7 @@ body {
--color-background: #eee;
--color-background2: rgba(240, 240, 240, 0.3);
--color-bg-card: #fafafa;
+ --card-hover-border-lightness: 80%;
--color-text: #222;
--color-text-secondary: #646464;
--color-text-highlight: #040404;