From 589f2b55761216407d4b3a1aeddc8126cfe9eb21 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 19 May 2022 18:58:18 +0200 Subject: [PATCH] add whisparr darker --- .../whisparr-darker/whisparr-darker.css | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 css/addons/whisparr/whisparr-darker/whisparr-darker.css diff --git a/css/addons/whisparr/whisparr-darker/whisparr-darker.css b/css/addons/whisparr/whisparr-darker/whisparr-darker.css new file mode 100644 index 00000000..454a5ef5 --- /dev/null +++ b/css/addons/whisparr/whisparr-darker/whisparr-darker.css @@ -0,0 +1,54 @@ +@import url("/css/defaults/servarr-darker-base.css"); +:root { + --main-bg-color: #202020; + + --modal-bg-color: #2a2a2a; + --modal-header-color: #2a2a2a; + --modal-footer-color: #2a2a2a; + + --drop-down-menu-bg: #333; + + --button-color: #5899eb; + --button-color-hover: #4b91ea; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 255, 105, 180; + --accent-color-hover: rgba(255, 105, 180, 0.8); + --link-color: #ff69b4; + --link-color-hover: rgb(255, 105, 180, .8); + --label-text-color: #333; + + --text: #ccc; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #5d9cec; + --side-menu-active: #333333; + --scroller-hover: #606060; + --scroller: #707070; + --border-color: #606060; + --label-color: #ff69b4; + --label-info: #5d9cec; + --header-color: #2a2a2a; + --toolbar-background: #262626; + --side-menu-color: #2a2a2a; + --side-menu-link-color: #ff69b4; +} + +/* SEARCH DROP DOWN */ + +[class*="MovieSearchInput-containerOpen-"] [class*="MovieSearchInput-movieContainer-"] { + border: 1px solid var(--drop-down-menu-bg); + background-color: var(--drop-down-menu-bg); + box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); + color: #e1e2e3; +} + +/* SERIES PAGE */ + +[class*="MovieIndexPoster-controls-"] { + background-color: var(--label-color) !important; + color: var(--label-text-color) !important; +} \ No newline at end of file