Small fix to dashboard text

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

View file

@ -603,3 +603,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;
}