1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

Overseerr: Toast background fix

This commit is contained in:
GilbN 2022-02-21 20:46:37 +01:00
parent b27773494c
commit f8cba4034e

View File

@ -339,7 +339,7 @@ a.slider-title:hover {
background: linear-gradient(rgba(var(--accent-color), 0.3) 0%, rgba(0, 0, 0) 100%) !important;
}
#__next > div > div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64 > main > div > div > div > div.media-overview {
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div.media-overview {
background: var(--main-bg-color);
padding: 1rem 1rem 2rem 0;
padding-left: 1rem;
@ -526,3 +526,14 @@ body>div.fixed.top-0.bottom-0.left-0.right-0.z-50.flex.items-center.justify-cent
#__next>div>div.relative.z-50.mt-8.sm\:mx-auto.sm\:w-full.sm\:max-w-md>div>div:nth-child(3)>button {
background: rgba(255, 255, 255, 0.1);
}
/* TOAST */
#toast-container>div>div {
background: rgb(var(--accent-color));
}
#toast-container .text-gray-400,
#toast-container .text-white {
color: var(--label-text-color);
}