change chudrama color on focus

pull/102/head
Aevann 2023-01-27 10:15:02 +02:00
parent e7eb024b4f
commit 303db4e6db
1 changed files with 1 additions and 1 deletions

View File

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