hopefully fix the issues

This commit is contained in:
StroepWafel
2026-01-22 17:11:00 +10:30
parent f0d0068a2e
commit 3847ef4269
7 changed files with 176 additions and 71 deletions
+7 -6
View File
@@ -1,5 +1,6 @@
@use "sass:meta";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600");
// Removed Google Fonts import - Firefox blocks external resources
// Using system font stack instead: Rubik -> system-ui -> sans-serif
@include meta.load-css("injected/sidebar-animation.scss");
@include meta.load-css("injected/theme.scss");
@@ -9,7 +10,7 @@
background: var(--better-main) !important;
--navy: #1a1a1a !important;
--auto-background: var(--better-pale, var(--background-secondary)) !important;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
::view-transition-old(root),
@@ -36,7 +37,7 @@ body,
.legacy-root option,
.legacy-root .input,
html {
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
/* Ensure native select dropdowns are readable on Windows */
@@ -58,7 +59,7 @@ select {
background: var(--auto-background) !important;
}
:root * {
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
--theme-fg-parts: white;
}
.extension-editor {
@@ -307,7 +308,7 @@ select {
.material-icons {
font-size: 0px !important;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
&::before {
font-size: 18px !important;
content: "Search" !important;
@@ -423,7 +424,7 @@ ul.magicDelete > li.deleting {
background: var(--better-main) !important;
color: var(--text-color);
border-right: none;
font-family: Rubik, sans-serif !important;
font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
#menu li > label > svg,
#menu section > label > svg {