1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-27 06:12:54 +01:00

Merge pull request #196 from Shadow58624/plex-poster-unwatched

Plex poster unwatched
This commit is contained in:
GilbN 2021-05-12 22:54:30 +02:00 committed by GitHub
commit 548a8f8ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -26,5 +26,5 @@
--accent-color-hover: #fff;
--link-color: #0ed2bf;
--link-color-hover: #FFF;
--poster-unwatched: #00d374;
--poster-unwatched: #15D5C2;
}

View File

@ -26,5 +26,5 @@
--accent-color-hover: #ffffff73;
--link-color: #e5a00d;
--link-color-hover: #FFF;
--poster-unwatched: #00d374;
--poster-unwatched: #e5a00d;
}

View File

@ -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;
}