dont show chudrama as red in tables

pull/102/head
Aevann 2023-01-27 10:14:49 +02:00
parent 75a9a20bc2
commit e7eb024b4f
1 changed files with 1 additions and 1 deletions

View File

@ -2848,7 +2848,7 @@ a.text-info:hover, a.text-info:focus {
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important;
}
.text-danger, a[href="/h/chudrama"] {
.text-danger, :not(td) > a[href="/h/chudrama"] {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {