From b7c6cf63ad7d4ceb13f0fd10625951fd4017db41 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 4 Oct 2023 13:47:41 +0300 Subject: [PATCH] fix "x" button on classic theme --- files/assets/css/themes/classic.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/assets/css/themes/classic.css b/files/assets/css/themes/classic.css index d73351c35a..1fa007d4e5 100644 --- a/files/assets/css/themes/classic.css +++ b/files/assets/css/themes/classic.css @@ -184,8 +184,7 @@ blockquote a { background: rgba(var(--primary_rgb), 0.2) !important; } -/*userpage*/ -.jumbotron { +.jumbotron, button.close { color: var(--gray); }