2021-11-01 22:37:21 +01:00
: root {
--main-bg-color : # 2E3440 ;
--modal-bg-color : # 3B4252 ;
--modal-header-color : # 434C5E ;
--modal-footer-color : # 434C5E ;
--drop-down-menu-bg : # 3B4252 ;
--button-color : # 79b8ca ;
--button-color-hover : # 6a9daf ;
--button-text : # 2E3440 ;
--button-text-hover : # D8DEE9 ;
--accent-color : 121 , 184 , 202 ;
--accent-color-hover : rgb ( var ( --accent-color ) , . 8 ) ;
--link-color : # 81A1C1 ;
--link-color-hover : # 88C0D0 ;
--label-text-color : # 222730 ;
--text : # D8DEE9 ;
--text-hover : # ECEFF4 ;
--text-muted : # 81A1C1 ;
/*Specials*/
--arr-queue-color : # A3BE8C ; /* Servarr apps + Bazarr*/
--plex-poster-unwatched : # D08770 ;
--petio-spinner : invert ( 83 % ) sepia ( 9 % ) saturate ( 1787 % ) hue-rotate ( 156deg ) brightness ( 85 % ) contrast ( 83 % ) ; /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4 : 121 , 184 , 202 ;
2022-02-25 19:41:35 +01:00
--overseerr-gradient : linear-gradient ( 180deg , rgba ( 46 , 52 , 64 , 0 . 17 ) 0 % , rgba ( 46 , 52 , 64 ) 100 % ) ;
2021-11-01 22:37:21 +01:00
}