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

overseerr sidebar fix

This commit is contained in:
GilbN 2021-10-23 17:55:45 +02:00
parent c9cc5822bf
commit 2d39e8d9dc

View File

@ -168,6 +168,7 @@ body {
.hover\:bg-gray-700:hover {
--tw-bg-opacity: .3;
background-color: rgb(var(--accent-color), var(--tw-bg-opacity));
color: rgb(var(--accent-color)) !important;
}
/* SEARCH BAR */
@ -218,6 +219,10 @@ body {
-o-background-size: auto, cover;
}
#__next>div>div.fixed.top-0.bottom-0.left-0.z-30.hidden.lg\:flex.lg\:flex-shrink-0>div>div>div>nav>a {
color: var(--text);
}
.to-purple-600 {
--tw-gradient-to: rgb(var(--accent-color), .3);
}