perf(ui): uniform the muted text color

This commit is contained in:
Cotes Chung 2023-03-21 08:44:10 +08:00
parent 2918da9f29
commit aadf9393d5
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 5 additions and 0 deletions

View File

@ -666,6 +666,11 @@ i {
}
}
/* overwrite bootstrap muted */
.text-muted {
color: var(--text-muted-color) !important;
}
/* Overwrite bootstrap tooltip */
.tooltip-inner {
font-size: 0.7rem;