From 00190beb6d313ac9b414ce40f9c4f927ef9a1864 Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:10:07 -0500 Subject: [PATCH] [temp] make Ombi v4 text readable I was not able to see how you setup text colors in other themes, but seems this one was referring to a non-existent `--text` variable. I added a placeholder until this theme is polished by you --- CSS/themes/ombi/organizr-dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/themes/ombi/organizr-dark.css b/CSS/themes/ombi/organizr-dark.css index 9b414e1f..1df8345f 100644 --- a/CSS/themes/ombi/organizr-dark.css +++ b/CSS/themes/ombi/organizr-dark.css @@ -21,4 +21,5 @@ --loading-bar: #2cabe3; --accent-color: #2cabe3; --label-color: #2cabe3; + --text: #ddd; }