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; +}