summaryrefslogtreecommitdiff
path: root/src/components/Root.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-03-14 15:45:20 +0800
committerHaishan <[email protected]>2020-03-14 15:45:20 +0800
commit3444f61688524644285de0d69a568e86a110d44e (patch)
treed07d2f15a760281cc58a5b7471058c8b14e0c899 /src/components/Root.css
parent6fa117714c7994e404cc199ee5c4ba30e44d4862 (diff)
fix: fix broken allow-lan switch
Diffstat (limited to 'src/components/Root.css')
-rw-r--r--src/components/Root.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Root.css b/src/components/Root.css
index 060edf7..fd7d6d9 100644
--- a/src/components/Root.css
+++ b/src/components/Root.css
@@ -97,7 +97,7 @@ body.dark {
--color-icon: #c7c7c7;
--color-btn-bg: #232323;
--color-btn-fg: #bebebe;
- --color-bg-proxy-selected: #303030;
+ --color-bg-proxy: #303030;
--color-row-odd: #282828;
--bg-modal: #1f1f20;
--bg-near-transparent: rgba(255, 255, 255, 0.1);
@@ -116,7 +116,7 @@ body.light {
--color-icon: #5b5b5b;
--color-btn-bg: #f4f4f4;
--color-btn-fg: #101010;
- --color-bg-proxy-selected: #cfcfcf;
+ --color-bg-proxy: #e7e7e7;
--color-row-odd: #f5f5f5;
--bg-modal: #fbfbfb;
--bg-near-transparent: rgba(0, 0, 0, 0.1);