1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Small fix to dashboard text

This commit is contained in:
Marek Guráň 2023-08-07 18:27:11 +02:00 committed by GitHub
parent bd7c07ff22
commit 7c0e4b73db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,3 +613,7 @@ a.scroll-to-top.rounded i.fas.fa-angle-up {
.info-item.col-xs-3 {
color: <?php echo $textColor; ?>;
}
.text-muted {
color: <?php echo $textColor; ?>!important;
}