From 2318ff3c90e06834247bfed52d0d74036c13ccd9 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 17 Oct 2021 13:14:32 +0200 Subject: [PATCH] organizr button hover change --- CSS/variables/organizr-dark.css | 31 +------------------------------ CSS/variables/organizr.css | 2 +- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/CSS/variables/organizr-dark.css b/CSS/variables/organizr-dark.css index 6d9165e0..fd9f2370 100644 --- a/CSS/variables/organizr-dark.css +++ b/CSS/variables/organizr-dark.css @@ -1,30 +1 @@ -:root { - --main-bg-color: #1f1f1f; - - --modal-bg-color: #333; - --modal-header-color: #232323; - --modal-footer-color: #232323; - - --drop-down-menu-bg: #1b1b1b; - - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - --button-text: #eee; - --button-text-hover: #fff; - - --accent-color: 44, 171, 227; - --accent-color-hover: rgb(var(--accent-color),.8); - --link-color: #2cabe3; - --link-color-hover: #3cc5ff; - --label-text-color: #fff; - - --text:#96a2b4; - --text-hover: #fff; - --text-muted: #999; - - /*Specials*/ - --arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/ - --plex-poster-unwatched: #2cabe3; - --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ - --gitea-color-primary-dark-4: 44, 171, 227; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/variables/organizr.css"); \ No newline at end of file diff --git a/CSS/variables/organizr.css b/CSS/variables/organizr.css index 6d9165e0..aa8d9d5c 100644 --- a/CSS/variables/organizr.css +++ b/CSS/variables/organizr.css @@ -8,7 +8,7 @@ --drop-down-menu-bg: #1b1b1b; --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); + --button-color-hover: #298fbc; --button-text: #eee; --button-text-hover: #fff;