diff options
| author | Larvan2 <[email protected]> | 2023-05-14 00:09:22 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-14 00:09:22 +0800 |
| commit | ef047f5eef845442956aaae1dff9532ffa751c1b (patch) | |
| tree | 15c3dc5db9b0bc41bd8c4fe7a315e1d7f6875a71 /src/components/proxies | |
| parent | 303f38efe24ad308219b0a928566804c52285ead (diff) | |
chore: var proxy border color
Diffstat (limited to 'src/components/proxies')
| -rw-r--r-- | src/components/proxies/Proxy.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/proxies/Proxy.module.scss b/src/components/proxies/Proxy.module.scss index 0346fe0..f26955d 100644 --- a/src/components/proxies/Proxy.module.scss +++ b/src/components/proxies/Proxy.module.scss @@ -10,7 +10,7 @@ flex-direction: column; justify-content: space-between; - outline: rgba(180, 177, 177, 0.277) 1px outset; + outline: var(--color-proxy-border) 1px outset; border: 2px solid transparent; &:focus { |
