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

Fixed Prowlarr-darker label text and bg color

This commit is contained in:
GilbN 2021-11-14 18:54:43 +01:00
parent 4135f66475
commit d138e2c0e7

View File

@ -103,6 +103,18 @@
color: #fff;
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="Label-outline-"] {
background-color: #989898;
}
[class*="Label-success-"] {
color: #000;
}
/* SETTINGS */
[class*=Settings-link-] {
@ -116,4 +128,6 @@
background-color: var(--drop-down-menu-bg);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
color: #e1e2e3;
}
}
/* BUTTONS */