|
|
@ -11,32 +11,12 @@ |
|
|
|
/* Made by @gilbN */ |
|
|
|
/* https://github.com/gilbN/theme.park */ |
|
|
|
|
|
|
|
/* prowlarr DARK THEME */ |
|
|
|
/* PROWLARR DARK THEME */ |
|
|
|
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); |
|
|
|
:root { |
|
|
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; |
|
|
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; |
|
|
|
|
|
|
|
--calendar-in-cinemas: 53, 197, 244; |
|
|
|
--calendar-downloading: 122 67 182; |
|
|
|
--calendar-unmonitored: 173 173 173; |
|
|
|
--calendar-unaired: 93 156 236; |
|
|
|
--calendar-missing: 240 80 80; |
|
|
|
--calendar-available: 39 194 76; |
|
|
|
|
|
|
|
--button-color: hsla(0,0%,100%,.15); |
|
|
|
--button-color-hover: hsla(0,0%,100%,.30); |
|
|
|
--button-text: #eee; |
|
|
|
--button-text-hover: #FFF; |
|
|
|
@import url(https://theme-park.dev/CSS/variables/dark.css); |
|
|
|
|
|
|
|
--accent-color: rgba(255, 255, 255, 0.25); |
|
|
|
--accent-color-hover: rgba(255, 255, 255, 0.45); |
|
|
|
/* APP VARS */ |
|
|
|
:root { |
|
|
|
--queue-color: #6b5; |
|
|
|
--link-color: #ddd; |
|
|
|
--link-color-hover: #fff; |
|
|
|
--label-text-color: #fff; |
|
|
|
|
|
|
|
--text:#eee; |
|
|
|
--text-hover: #fff; |
|
|
|
--text-muted: #999; |
|
|
|
|
|
|
|
} |