diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-08 14:45:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-08 14:45:16 +0200 |
commit | a6fb6844f68ab29f45fa4f35dc0ee09359da3b18 (patch) | |
tree | 16bf8c2f84e7e72259b9a811b9c5bf80b66047e2 /client-web/style/watches.sass | |
parent | 83e409a979d722db9ad44fc9d22945f23a18e712 (diff) | |
download | keks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar keks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar.bz2 keks-meet-a6fb6844f68ab29f45fa4f35dc0ee09359da3b18.tar.zst |
show connection status
Diffstat (limited to 'client-web/style/watches.sass')
-rw-r--r-- | client-web/style/watches.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/style/watches.sass b/client-web/style/watches.sass index ee45f5d..4408cb8 100644 --- a/client-web/style/watches.sass +++ b/client-web/style/watches.sass @@ -20,7 +20,7 @@ width: 1em height: 1em border-radius: 3px - background-color: rgb(146, 243, 73) + background-color: var(--green) span display: inline-block - color: #bbbbbb + color: var(--textgrey) |