1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 15:09:39 +02:00

fix: 💄 Servarr: table text color

This commit is contained in:
GilbN 2022-05-10 21:57:05 +02:00
parent 7cfc674577
commit 838f493822

View File

@ -444,6 +444,14 @@ a:hover {
border-top: 1px solid var(--transparency-light-25);
}
[class*="TablePager-records-"] {
color: var(--text);
}
[class*="TablePager-disabledPageButton-"] {
color: var(--text-muted);
}
/* TOP MENU */
[class*="PageToolbar-toolbar-"] {
background: var(--transparency-dark-25);