Fix #17114 dark display for enabled module in dark mode
This commit is contained in:
parent
078f586299
commit
cb793cb762
@ -184,7 +184,7 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
|
|||||||
}
|
}
|
||||||
.info-box-sm .info-box-module-enabled {
|
.info-box-sm .info-box-module-enabled {
|
||||||
/* background: linear-gradient(0.35turn, #fff, #fff, #f6faf8, #e4efe8) */
|
/* background: linear-gradient(0.35turn, #fff, #fff, #f6faf8, #e4efe8) */
|
||||||
background: linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
|
background: var(--infoboxmoduleenabledbgcolor);
|
||||||
}
|
}
|
||||||
.info-box-content-warning span.font-status4 {
|
.info-box-content-warning span.font-status4 {
|
||||||
color: #bc9526 !important;
|
color: #bc9526 !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user