1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

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

View File

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