mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
overseerr sidebar fix
This commit is contained in:
parent
c9cc5822bf
commit
2d39e8d9dc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user