Update 'htdocs/luci-static/resources/view/dashboard/css/custom.css'

main
ben 1 year ago
parent 3b0aaf3d1b
commit 89210b1525

@ -3,11 +3,11 @@
**/ **/
.Dashboard { .Dashboard {
color: #212529!important; color: #ffffff!important; /* Or use "white" */
} }
.Dashboard h3 { .Dashboard h3 {
color:#000; color:#ffffff; /* Or use "white" */
} }
.Dashboard hr { .Dashboard hr {
@ -29,7 +29,7 @@
.Dashboard .dashboard-bg { .Dashboard .dashboard-bg {
border-radius: 16px; border-radius: 16px;
background-color: #858585; background-color: rgba(133, 133, 133, 0.5); /* 0.5 is the opacity */
} }
.Dashboard .title { .Dashboard .title {

Loading…
Cancel
Save