diff options
| author | Haishan <[email protected]> | 2020-03-14 15:45:20 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-14 15:45:20 +0800 |
| commit | 3444f61688524644285de0d69a568e86a110d44e (patch) | |
| tree | d07d2f15a760281cc58a5b7471058c8b14e0c899 /src/components/Proxy.module.css | |
| parent | 6fa117714c7994e404cc199ee5c4ba30e44d4862 (diff) | |
fix: fix broken allow-lan switch
Diffstat (limited to 'src/components/Proxy.module.css')
| -rw-r--r-- | src/components/Proxy.module.css | 2 |
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; |
