committed by
GitHub
1 changed files with 30 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||
:root { |
|||
--main-bg-color: #000; |
|||
--modal-bg-color: #000; |
|||
--modal-header-color: #000; |
|||
--modal-footer-color: #000; |
|||
|
|||
--drop-down-menu-bg: #2d2d2d; |
|||
|
|||
--button-color: #7a7a7a; |
|||
--button-color-hover: #9b9b9b; |
|||
--button-text: #eee; |
|||
--button-text-hover: #FFF; |
|||
|
|||
--accent-color: 170, 170, 170; |
|||
--accent-color-hover: rgba(255, 255, 255, 0.45); |
|||
--link-color: #7a7a7a; |
|||
--link-color-hover: #fff; |
|||
--label-text-color: black; |
|||
|
|||
--text:#ddd; |
|||
--text-hover: #fff; |
|||
--text-muted: #999; |
|||
|
|||
/*Specials*/ |
|||
--arr-queue-color: #fff; /* Servarr apps + Bazarr*/ |
|||
--plex-poster-unwatched: #fff; |
|||
--petio-spinner: invert(35%) sepia(12%) saturate(4%) hue-rotate(2deg) brightness(104%) contrast(86%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ |
|||
--gitea-color-primary-dark-4: 255, 255, 255; |
|||
--overseerr-gradient: radial-gradient(circle, rgba(58, 58, 58,.95), rgba(45, 45, 45,.95), rgba(32, 32, 32,.95), rgba(20, 20, 20,.95), rgb(0, 0, 0,.95)) center center/cover no-repeat fixed; |
|||
} |
Loading…
Reference in new issue