mirror of https://github.com/ColorlibHQ/AdminLTE
fix dark-mode (text|link)-(black|dark) color switch
parent
f1afbfe917
commit
6dd6d2f503
|
@ -99,7 +99,7 @@ a.text-muted:hover {
|
|||
.text-dark,
|
||||
.link-black,
|
||||
.link-dark {
|
||||
color: $gray-400;
|
||||
color: $gray-400 !important;
|
||||
}
|
||||
|
||||
// Background colors (theme colors)
|
||||
|
|
Loading…
Reference in New Issue