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

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;
}