From 89210b1525f417c6a15f70582ab54eb994ea2042 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 2 Sep 2023 22:35:31 +0000 Subject: [PATCH] Update 'htdocs/luci-static/resources/view/dashboard/css/custom.css' --- htdocs/luci-static/resources/view/dashboard/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/luci-static/resources/view/dashboard/css/custom.css b/htdocs/luci-static/resources/view/dashboard/css/custom.css index 8159768..57fd7a5 100644 --- a/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -3,11 +3,11 @@ **/ .Dashboard { - color: #212529!important; + color: #ffffff!important; /* Or use "white" */ } .Dashboard h3 { - color:#000; + color:#ffffff; /* Or use "white" */ } .Dashboard hr { @@ -29,7 +29,7 @@ .Dashboard .dashboard-bg { border-radius: 16px; - background-color: #858585; + background-color: rgba(133, 133, 133, 0.5); /* 0.5 is the opacity */ } .Dashboard .title {