From fdb7eea8f629ecf1bb2b3d4f80141d27b729edc0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 20:53:57 +0300 Subject: [PATCH] fix vaporeanalt's border animation css --- files/assets/css/transparent.css | 2 +- files/assets/events/homoween/css/main_homoween.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 9b51a6145..75307ba01 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -11,7 +11,7 @@ } .fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control, #speed-carot-modal { - background-color: rgb(var(--background)) !important; + background-color: rgb(var(--background)); } .App-side, .reports, .comment-section { diff --git a/files/assets/events/homoween/css/main_homoween.css b/files/assets/events/homoween/css/main_homoween.css index 85dee5fe9..0e720f08b 100644 --- a/files/assets/events/homoween/css/main_homoween.css +++ b/files/assets/events/homoween/css/main_homoween.css @@ -75,12 +75,12 @@ a:hover.user-name { .form-control { background: transparent; - border-color: var(--primary) !important; + border-color: var(--primary); } .btn { background: transparent; - border-color: var(--primary) !important; + border-color: var(--primary); border-width: 2px; }