Browse Source

nord style updates

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

19
CSS/variables/nord.css

@ -7,16 +7,16 @@
--drop-down-menu-bg: #3B4252;
--button-color: #5E81AC;
--button-color-hover: #81A1C1;
--button-text: #D8DEE9;
--button-text-hover: #ECEFF4;
--button-color: #79b8ca;
--button-color-hover: #79b8cacc ;
--button-text: #2E3440;
--button-text-hover: #D8DEE9;
--accent-color: 94, 129, 172;
--accent-color: 121, 184, 202;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #88c0d0;
--link-color-hover: #8FBCBB;
--label-text-color: #D8DEE9;
--link-color: #81A1C1;
--link-color-hover: #88C0D0;
--label-text-color: #222730;
--text:#D8DEE9;
--text-hover: #ECEFF4;
@ -26,6 +26,5 @@
--arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/
--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 */
--gitea-color-primary-dark-4: 180, 142, 173;
--gitea-color-primary-dark-4: 121, 184, 202;
}

Loading…
Cancel
Save