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 {