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

some organizr base fixes

This commit is contained in:
GilbN 2022-01-06 20:39:05 +01:00
parent c9182ff900
commit fe739621da

View File

@ -121,7 +121,7 @@ h6 {
color: var(--text-hover) !important;
}
.badge {
.badge:not(.homepage-drag .badge) {
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
}
@ -1470,7 +1470,7 @@ a:hover,
border-radius: 3px;
}
.bg-inverse {
.bg-inverse:not(.homepage-drag) {
background: transparent !important;
}