diff options
Diffstat (limited to 'src/components/Proxy.module.css')
| -rw-r--r-- | src/components/Proxy.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Proxy.module.css b/src/components/Proxy.module.css index b83bec1..6f42ccf 100644 --- a/src/components/Proxy.module.css +++ b/src/components/Proxy.module.css @@ -11,6 +11,9 @@ background-color: var(--color-focus-blue); color: #ddd; } + &.error { + opacity: 0.5; + } } .proxyType { |
