From 8f2fbe675a71f8c9eed7a67b8dd5280e50ca1869 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 17 Sep 2022 12:12:22 +0200 Subject: [PATCH] color adjustment for tables rows in darkmode Signed-off-by: Michael Kaufmann --- templates/Froxlor/src/scss/dark.scss | 4 ++++ templates/Froxlor/user/index.html.twig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/Froxlor/src/scss/dark.scss b/templates/Froxlor/src/scss/dark.scss index 9b0f9840..22e13a4c 100644 --- a/templates/Froxlor/src/scss/dark.scss +++ b/templates/Froxlor/src/scss/dark.scss @@ -71,3 +71,7 @@ section h5 { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } } + +tr.bg-warning td { + color: $dark-bg !important; +} diff --git a/templates/Froxlor/user/index.html.twig b/templates/Froxlor/user/index.html.twig index eba6abf0..1a67277d 100644 --- a/templates/Froxlor/user/index.html.twig +++ b/templates/Froxlor/user/index.html.twig @@ -8,7 +8,7 @@

{{ lng('welcome.title') }}

{{ lng('welcome.config_note') }}

{{ lng('welcome.config_now') }} -