black hover bg for dark yellow theme

This commit is contained in:
akemidx 2024-04-04 15:51:46 -04:00
parent 5519fddb78
commit f7f199d929

View file

@ -356,7 +356,7 @@ input[type=text], input[type=search] {
color: var(--header);
}
.skin-yellow-dark .main-header .navbar .dropdown-menu li a:hover {
background-color: #ffcc32;
background-color: #000000;
}
tr th div.th-inner {
color:var(--text-main);