Browse Source

nord style updates

pull/265/head
GilbN 4 years ago
parent
commit
b2507521e3
  1. 23
      CSS/variables/nord.css

23
CSS/variables/nord.css

@ -7,25 +7,24 @@
--drop-down-menu-bg: #3B4252; --drop-down-menu-bg: #3B4252;
--button-color: #5E81AC; --button-color: #79b8ca;
--button-color-hover: #81A1C1; --button-color-hover: #79b8cacc ;
--button-text: #D8DEE9; --button-text: #2E3440;
--button-text-hover: #ECEFF4; --button-text-hover: #D8DEE9;
--accent-color: 94, 129, 172; --accent-color: 121, 184, 202;
--accent-color-hover: rgb(var(--accent-color),.8); --accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #88c0d0; --link-color: #81A1C1;
--link-color-hover: #8FBCBB; --link-color-hover: #88C0D0;
--label-text-color: #D8DEE9; --label-text-color: #222730;
--text:#D8DEE9; --text:#D8DEE9;
--text-hover: #ECEFF4; --text-hover: #ECEFF4;
--text-muted: #81A1C1 ; --text-muted: #81A1C1;
/*Specials*/ /*Specials*/
--arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/ --arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #D08770; --plex-poster-unwatched: #D08770;
--petio-spinner: invert(62%) sepia(8%) saturate(998%) hue-rotate(259deg) brightness(97%) contrast(87%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ --petio-spinner: invert(62%) sepia(8%) saturate(998%) hue-rotate(259deg) brightness(97%) contrast(87%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 180, 142, 173; --gitea-color-primary-dark-4: 121, 184, 202;
} }
Loading…
Cancel
Save