2022-03-01 15:05:46 +01:00
|
|
|
:root {
|
|
|
|
--main-bg-color: #000;
|
|
|
|
--modal-bg-color: #000;
|
|
|
|
--modal-header-color: #000;
|
|
|
|
--modal-footer-color: #000;
|
|
|
|
|
2022-03-02 13:19:41 +01:00
|
|
|
--drop-down-menu-bg: #000;
|
2022-03-01 15:05:46 +01:00
|
|
|
|
|
|
|
--button-color: #7a7a7a;
|
|
|
|
--button-color-hover: #9b9b9b;
|
2022-03-02 13:19:41 +01:00
|
|
|
--button-text: #ddd;
|
|
|
|
--button-text-hover: #999;
|
2022-03-01 15:05:46 +01:00
|
|
|
|
|
|
|
--accent-color: 170, 170, 170;
|
2022-03-02 13:19:41 +01:00
|
|
|
--accent-color-hover: rgba(153, 153, 153, 0.45);
|
2022-03-01 15:05:46 +01:00
|
|
|
--link-color: #7a7a7a;
|
2022-03-02 13:19:41 +01:00
|
|
|
--link-color-hover: #999;
|
2022-03-01 15:05:46 +01:00
|
|
|
--label-text-color: black;
|
|
|
|
|
|
|
|
--text:#ddd;
|
2022-03-02 13:19:41 +01:00
|
|
|
--text-hover: #999;
|
|
|
|
--text-muted: #5a5a5a;
|
2022-03-01 15:05:46 +01:00
|
|
|
|
|
|
|
/*Specials*/
|
2022-03-02 13:19:41 +01:00
|
|
|
--arr-queue-color: #ddd; /* Servarr apps + Bazarr*/
|
|
|
|
--plex-poster-unwatched: #ddd;
|
2022-03-02 13:25:34 +01:00
|
|
|
--petio-spinner: invert(35%) sepia(0%) saturate(6%) hue-rotate(136deg) brightness(95%) contrast(87%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
|
2022-03-02 13:43:03 +01:00
|
|
|
--gitea-color-primary-dark-4: 170, 170, 170;
|
2022-03-01 18:22:56 +01:00
|
|
|
--overseerr-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0) 100%);
|
2022-03-01 15:05:46 +01:00
|
|
|
}
|