summaryrefslogtreecommitdiff
path: root/src/components/Proxy.module.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/Proxy.module.css
parent6fa117714c7994e404cc199ee5c4ba30e44d4862 (diff)
fix: fix broken allow-lan switch
Diffstat (limited to 'src/components/Proxy.module.css')
-rw-r--r--src/components/Proxy.module.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Proxy.module.css b/src/components/Proxy.module.css
index 7e6e2cc..089b686 100644
--- a/src/components/Proxy.module.css
+++ b/src/components/Proxy.module.css
@@ -11,7 +11,7 @@
padding: 10px;
}
- background-color: var(--color-bg-proxy-selected);
+ background-color: var(--color-bg-proxy);
&.now {
background-color: var(--color-focus-blue);
color: #ddd;