Merge pull request #367 from Jaxx7594/bar

fix: Incorrect styling due to SEQTA update
This commit is contained in:
Seth Burkart
2026-01-21 21:51:40 +11:00
committed by GitHub
+5 -4
View File
@@ -57,7 +57,8 @@ select {
transition: 200ms; transition: 200ms;
background: var(--auto-background) !important; background: var(--auto-background) !important;
} }
* { :root * {
font-family: Rubik, sans-serif !important;
--theme-fg-parts: white; --theme-fg-parts: white;
} }
.extension-editor { .extension-editor {
@@ -824,7 +825,7 @@ div > ol:has(.uiFileHandlerWrapper) {
min-height: 128px !important; min-height: 128px !important;
} }
.student #menu > ul::before { .student #menu > ul::before {
background-image: var(--betterseqta-logo); background-image: var(--betterseqta-logo) !important;
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
top: 0; top: 0;
@@ -1043,8 +1044,8 @@ html.transparencyEffects
display: none; display: none;
} }
#title { #title {
background: var(--background-primary); background: var(--background-primary) !important;
color: var(--text-primary); color: var(--text-primary) !important;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-right: 56px !important; padding-right: 56px !important;