mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: patch sidebar item hover and font family
This commit is contained in:
@@ -22,6 +22,10 @@
|
|||||||
font-family: Rubik, sans-serif !important;
|
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-old(root),
|
||||||
::view-transition-new(root) {
|
::view-transition-new(root) {
|
||||||
animation: none;
|
animation: none;
|
||||||
@@ -867,7 +871,7 @@ html.transparencyEffects
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#menu li:hover {
|
#menu li:hover {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0.15) !important;
|
||||||
}
|
}
|
||||||
#main > .timetablepage > .container {
|
#main > .timetablepage > .container {
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
|
|||||||
Reference in New Issue
Block a user