Skip to content

Commit

Permalink
Small fix to dashboard text
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-guran authored Aug 7, 2023
1 parent 7b07869 commit bd7c07f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/css/material-dark.php
Original file line number Diff line number Diff line change
Expand Up @@ -603,3 +603,7 @@ function calculateLuminance($color) {
.info-item.col-xs-3 {
color: <?php echo $textColor; ?>;
}

.text-muted {
color: <?php echo $textColor; ?>!important;
}

0 comments on commit bd7c07f

Please sign in to comment.