From dd4fc7e82098b7cafb790b6d9c76dfc90239a51e Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 10 Jun 2022 23:00:07 +0200 Subject: [PATCH] plex theme: better contrast on label text --- css/theme-options/plex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme-options/plex.css b/css/theme-options/plex.css index 2c3d0660..f31f9e49 100644 --- a/css/theme-options/plex.css +++ b/css/theme-options/plex.css @@ -20,7 +20,7 @@ --accent-color-hover: #ffc107; --link-color: #e5a00d; --link-color-hover: #fff; - --label-text-color: #fff; + --label-text-color: #333; --text:#ddd; --text-hover: #fff;