1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

nzbget progress text color fix

This commit is contained in:
Marius 2021-08-01 16:34:38 +02:00
parent b8c7e5e6b6
commit e066df7c46

View File

@ -181,6 +181,10 @@ tr.checked:nth-child(odd) .progress {
background-color: #51a351;
}
.bar-text-left,
.bar-text-right {
color: #fff;
}
/* NAVBAR */
.navbar-fixed-top .navbar-inner {
color: var(--text-hover) !important;