summaryrefslogtreecommitdiff
path: root/src/components/Root.scss
diff options
context:
space:
mode:
authorMatain <[email protected]>2022-06-17 10:48:45 +0800
committerMatain <[email protected]>2022-06-17 10:48:45 +0800
commit64c7b310be8420b06fe43e612ae2fe3ae5bc52a2 (patch)
treec5a94bd42b0191ef6cb70d867c5f4f3eb9e90c01 /src/components/Root.scss
parenta0fedebe3e03bda70b59881b0c49b87af6771a33 (diff)
Revert "Merge branch 'master' of https://github.com/haishanh/yacd into haishanh-master"
This reverts commit ea5d7cf003eeef30cb7bbe789c6ba7f314bf1ce4, reversing changes made to 4fd2c8f646e48dd0c07d0c2041de52e9a4f8bc82.
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;