diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index a9f06062..0a914773 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -256,6 +256,7 @@ a:hover { border-bottom: solid 1px rgba(255, 255, 255, .1); } + /* LOGIN */ .bg-light { background-color: var(--main-bg-color) !important; @@ -268,6 +269,7 @@ a:hover { border-top: 1px solid rgba(255, 255, 255, .1); } + .card { background-color: rgba(0, 0, 0, .45); box-shadow: 0 0 10px 1px #000000; diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css index 34f54daf..2f6f7681 100644 --- a/CSS/themes/plex/aquamarine.css +++ b/CSS/themes/plex/aquamarine.css @@ -26,5 +26,5 @@ --accent-color-hover: #fff; --link-color: #0ed2bf; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #15D5C2; } \ No newline at end of file diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css index 1d17788e..a7a74784 100644 --- a/CSS/themes/plex/dark.css +++ b/CSS/themes/plex/dark.css @@ -26,5 +26,5 @@ --accent-color-hover: #ffffff73; --link-color: #e5a00d; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #e5a00d; } \ No newline at end of file diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css index 9354826f..46c169dd 100644 --- a/CSS/themes/plex/hotline.css +++ b/CSS/themes/plex/hotline.css @@ -26,5 +26,5 @@ --accent-color-hover: rgba(255, 255, 255, .5); --link-color: #f44336; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #FB3122; } \ No newline at end of file