This commit is contained in:
cuom1999 2023-09-17 00:27:32 -05:00
parent d6410d5acf
commit 3f72466e3d
2 changed files with 4 additions and 3 deletions

View file

@ -197,10 +197,12 @@
.left-sidebar-item:hover { .left-sidebar-item:hover {
background-color: #e3e3e3; background-color: #e3e3e3;
cursor: pointer; cursor: pointer;
color: black;
} }
.left-sidebar-item.active:hover { .left-sidebar-item.active:hover {
background-color: $theme_color; background-color: $theme_color;
color: white;
} }
.sidebar-icon { .sidebar-icon {

View file

@ -1973,9 +1973,11 @@ input::placeholder {
} }
.left-sidebar-item:hover { .left-sidebar-item:hover {
background-color: rgb(40, 43, 45); background-color: rgb(40, 43, 45);
color: rgb(232, 230, 227);
} }
.left-sidebar-item.active:hover { .left-sidebar-item.active:hover {
background-color: rgb(3, 66, 54); background-color: rgb(3, 66, 54);
color: rgb(232, 230, 227);
} }
.sidebar-icon { .sidebar-icon {
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
@ -3871,9 +3873,6 @@ mjx-merror {
mjx-assistive-mml { mjx-assistive-mml {
border-color: initial !important; border-color: initial !important;
} }
mjx-stretchy-v > mjx-ext {
border-color: transparent;
}
.recently-attempted ul { .recently-attempted ul {
list-style-image: initial; list-style-image: initial;
} }