From a52dcd2a8d219f0b482d61ba0d1d8939abbc08ac Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 9 Mar 2024 08:04:21 +0200 Subject: [PATCH] more aethetically-pleasing color in dark.css --- files/assets/css/themes/dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/themes/dark.css b/files/assets/css/themes/dark.css index 9d214ee1f..b3149d68d 100644 --- a/files/assets/css/themes/dark.css +++ b/files/assets/css/themes/dark.css @@ -99,3 +99,7 @@ pre { *:target { background: rgba(var(--primary_rgb), 0.2) !important; } + +.modal .comment-actions .list-group-item:focus, .modal .comment-actions .list-group-item:hover { + background-color: #323338 !important; +}