Browse Source

more overseer fixes

pull/276/head
GilbN 4 years ago
parent
commit
111ccce2a6
  1. 26
      CSS/themes/overseerr/overseerr-base.css

26
CSS/themes/overseerr/overseerr-base.css

@ -7,6 +7,10 @@
color: rgb(var(--accent-color)) color: rgb(var(--accent-color))
} }
.text-indigo-100 {
color: var(--label-text-color);
}
h1, h1,
h2, h2,
h3, h3,
@ -22,9 +26,14 @@ p {
color: var(--text) !important; color: var(--text) !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.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>div>div.relative.z-10.flex.flex-col.flex-1.min-w-0.pr-4>div.flex.items-center.mt-2.text-sm.sm\:mt-1>span {
color: var(--text-hover);
}
.media-fact-value a, .media-fact-value a,
.media-fact-value button, .media-fact-value button,
a.crew-name, a.crew-name,
.card-field a,
.prose a { .prose a {
color: var(--link-color); color: var(--link-color);
} }
@ -32,7 +41,8 @@ a.crew-name,
.media-fact-value a:hover, .media-fact-value a:hover,
.media-fact-value button:hover, .media-fact-value button:hover,
a.crew-name:hover, a.crew-name:hover,
.prose a:hover { .prose a:hover,
.card-field a:hover {
color: var(--link-color-hover); color: var(--link-color-hover);
} }
@ -161,8 +171,8 @@ body {
} }
.bg-gray-800 { .bg-gray-800 {
--tw-bg-opacity: 0.2; --tw-bg-opacity: 0.3;
background-color: rgb(var(--accent-color), var(--tw-bg-opacity)); background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
} }
.hover\:bg-gray-700:hover { .hover\:bg-gray-700:hover {
@ -199,7 +209,8 @@ body {
background: none; background: none;
} }
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div>div.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>a>div>div>div>div.absolute.bottom-0.left-0.right-0.h-12.rounded-b-xl.bg-gradient-to-t.from-gray-900.bg-gradient-to-t { #__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div>div.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>a>div>div>div>div.absolute.bottom-0.left-0.right-0.h-12.rounded-b-xl.bg-gradient-to-t.from-gray-900.bg-gradient-to-t,
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>ul>li>a>div>div>div>div.absolute.bottom-0.left-0.right-0.h-12.rounded-b-xl.bg-gradient-to-t.from-gray-900 {
background-image: none !important; background-image: none !important;
} }
@ -306,11 +317,16 @@ a.slider-title:hover {
padding-top: calc(9rem + env(safe-area-inset-top)); padding-top: calc(9rem + env(safe-area-inset-top));
} }
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div>div.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>a>div:hover { #__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div>div.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>a>div:hover,
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>ul>li>a>div:hover {
--tw-bg-opacity: 0.4; --tw-bg-opacity: 0.4;
background-color: rgb(var(--accent-color), var(--tw-bg-opacity)); background-color: rgb(var(--accent-color), var(--tw-bg-opacity));
} }
#__next>div>div.relative.flex.flex-col.flex-1.w-0.min-w-0.mb-16.lg\:ml-64>main>div>div>div>div>div.relative.px-2.py-2.-my-2.-ml-4.-mr-4.overflow-x-scroll.overflow-y-auto.whitespace-nowrap.hide-scrollbar.overscroll-x-contain>div>a>div>div>div>div.text-gray-300 {
color: var(--text-hover);
}
#__next>div>div .bg-gradient-to-t.from-gray-800 { #__next>div>div .bg-gradient-to-t.from-gray-800 {
background: none; background: none;
} }

Loading…
Cancel
Save