From 4752296add769dae0f2dcf4486dec21eee026c04 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 18:39:00 +0500 Subject: feat: user connections --- public/static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/static/style.css') 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, -- cgit v1.2.3