fix: patch sidebar item hover and font family

This commit is contained in:
SethBurkart123
2026-02-19 17:56:34 +11:00
parent 004c3cc61d
commit 170b1cf5c3
+5 -1
View File
@@ -22,6 +22,10 @@
font-family: Rubik, sans-serif !important;
}
*:not([class^="Canvas__canvas___"]):not([class^="Canvas__canvas___"] *):not([class^="ThemeCard__"]):not([class^="ThemeCard__"] *):not([class^="ThemePreview__"]):not([class^="ThemePreview__"] *):not([class^="academicReportsWrapper"]):not([class^="academicReportsWrapper"] *):not(textarea):not(.doesntexist) {
font-family: Rubik, sans-serif !important;
}
::view-transition-old(root),
::view-transition-new(root) {
animation: none;
@@ -867,7 +871,7 @@ html.transparencyEffects
display: none;
}
#menu li:hover {
background: rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0.15) !important;
}
#main > .timetablepage > .container {
background: var(--background-primary);