Fix css
This commit is contained in:
parent
d6410d5acf
commit
3f72466e3d
2 changed files with 4 additions and 3 deletions
|
@ -197,10 +197,12 @@
|
|||
.left-sidebar-item:hover {
|
||||
background-color: #e3e3e3;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.left-sidebar-item.active:hover {
|
||||
background-color: $theme_color;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.sidebar-icon {
|
||||
|
|
|
@ -1973,9 +1973,11 @@ input::placeholder {
|
|||
}
|
||||
.left-sidebar-item:hover {
|
||||
background-color: rgb(40, 43, 45);
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.left-sidebar-item.active:hover {
|
||||
background-color: rgb(3, 66, 54);
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.sidebar-icon {
|
||||
color: rgb(232, 230, 227);
|
||||
|
@ -3871,9 +3873,6 @@ mjx-merror {
|
|||
mjx-assistive-mml {
|
||||
border-color: initial !important;
|
||||
}
|
||||
mjx-stretchy-v > mjx-ext {
|
||||
border-color: transparent;
|
||||
}
|
||||
.recently-attempted ul {
|
||||
list-style-image: initial;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue