fix: incorrect info banner colors (#4)
This commit is contained in:
@@ -185,6 +185,7 @@ html {
|
||||
.MuiButtonBase-root,
|
||||
.MuiSvgIcon-root,
|
||||
.listItemButton,
|
||||
.checkboxListLabel,
|
||||
.lnkMediaFolder {
|
||||
color: var(--main-text) !important;
|
||||
}
|
||||
@@ -302,3 +303,8 @@ div[role=presentation].jstree-wholerow-clicked {
|
||||
.mdl-spinner__layer {
|
||||
border-color: var(--main-color);
|
||||
}
|
||||
|
||||
.infoBanner {
|
||||
color: var(--main-text);
|
||||
background: var(--second-background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user