more aethetically-pleasing color in dark.css

pull/225/head
Aevann 2024-03-09 08:04:21 +02:00
parent 67d0b9261e
commit a52dcd2a8d
1 changed files with 4 additions and 0 deletions

View File

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