diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-10 18:39:00 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-10 18:39:00 +0500 |
| commit | 4752296add769dae0f2dcf4486dec21eee026c04 (patch) | |
| tree | ca004d32c653d46bf986d2fa7c1203b73f79322f /public/static/style.css | |
| parent | 14c48f7f5e1bb3627da73d7ff6617c359667d563 (diff) | |
feat: user connections
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/static/style.css b/public/static/style.css index f5a87e1..bc8ab61 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -251,9 +251,10 @@ button.green:hover, } button.purple, -.button.purple { - background: #9a7ad2; - border-color: #6d5595; +.button.purple, +.twitch { + background: #9a7ad2 !important; + border-color: #6d5595 !important; } button.purple:hover, |
