2021-10-24 00:37:53 +02:00
|
|
|
:root {
|
|
|
|
--main-bg-color: #000;
|
|
|
|
|
|
|
|
--modal-bg-color: #181818;
|
|
|
|
--modal-header-color: #181818;
|
|
|
|
--modal-footer-color: #181818;
|
|
|
|
|
|
|
|
--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:#a5a5a5;
|
|
|
|
--text-hover: #fff;
|
|
|
|
--text-muted: #999;
|
|
|
|
|
|
|
|
/*Specials*/
|
|
|
|
--arr-queue-color: #6b5; /* Servarr apps + Bazarr*/
|
|
|
|
--plex-poster-unwatched: #e5a00d;
|
|
|
|
--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;
|
2022-02-25 19:40:53 +01:00
|
|
|
--overseerr-gradient: linear-gradient(rgba(0, 0, 0, 0.47) 0%, rgb(0, 0, 0) 100%);
|
2021-10-24 00:37:53 +02:00
|
|
|
}
|