From b2507521e306589c90b763f6f2a192f1929d8d93 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 3 Oct 2021 17:22:08 +0200 Subject: [PATCH] nord style updates --- CSS/variables/nord.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/CSS/variables/nord.css b/CSS/variables/nord.css index 6520e2d8..5c459990 100644 --- a/CSS/variables/nord.css +++ b/CSS/variables/nord.css @@ -7,25 +7,24 @@ --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; - --text-muted: #81A1C1 ; + --text-muted: #81A1C1; /*Specials*/ --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; + } \ No newline at end of file