From 84b6a582d133a4dfe424b7b53e514bdbc9ea8ae0 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 29 May 2022 18:39:54 +0200 Subject: [PATCH] readme fix --- README.md | 1 + css/theme-options/maroon.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffe4387e..405a3d02 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Dark Plex Nord +Maroon

Installation

diff --git a/css/theme-options/maroon.css b/css/theme-options/maroon.css index 2c48fbce..2260540a 100644 --- a/css/theme-options/maroon.css +++ b/css/theme-options/maroon.css @@ -12,17 +12,18 @@ --button-text: #eee; --button-text-hover: #FFF; - --accent-color: 208, 103, 160; + --accent-color: 162, 28, 101; --accent-color-hover: rgb(var(--accent-color),.8); - --queue-color: #6b5; --link-color: rgb(162, 28, 101); --link-color-hover: rgb(194, 36, 122); - + --label-text-color: #fff; + --text:#dadada; --text-hover: #fff; --text-muted: #999; - --arr-queue-color: rgb(0, 255, 157); + /*Specials*/ + --arr-queue-color: #6b5; /* Servarr apps + Bazarr*/ --plex-poster-unwatched: rgb(123, 21, 77); --petio-spinner: invert(13%) sepia(77%) saturate(2418%) hue-rotate(306deg) brightness(94%) contrast(98%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ --gitea-color-primary-dark-4: 150, 26, 94;