mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
update firefox
This commit is contained in:
@@ -1,17 +1,3 @@
|
|||||||
/* :root {
|
|
||||||
--md-font-family: 'Inter Variable'
|
|
||||||
--toolbar-bgcolor: var(--md-sys-color-surface);
|
|
||||||
--toolbar-color: var(--md-sys-color-on-surface);
|
|
||||||
--arrowpanel-background: var(--md-sys-color-surface-container);
|
|
||||||
--arrowpanel-color: var(--md-sys-color-on-surface);
|
|
||||||
--arrowpanel-border-color: var(--md-sys-color-surface-variant);
|
|
||||||
--toolbar-field-background-color: var(--md-sys-color-surface-container);
|
|
||||||
--toolbar-field-color: var(--md-sys-color-on-surface);
|
|
||||||
--toolbar-field-border-color: var(--md-sys-color-surface-variant);
|
|
||||||
--toolbar-field-focus-border-color: var(--md-sys-color-primary);
|
|
||||||
--focus-outline-color: var(--md-sys-color-primary);
|
|
||||||
} */
|
|
||||||
|
|
||||||
@media -moz-pref("userChrome.theme-material") {
|
@media -moz-pref("userChrome.theme-material") {
|
||||||
:root {
|
:root {
|
||||||
--md-sys-color-primary: {{colors.primary.light.hex}};
|
--md-sys-color-primary: {{colors.primary.light.hex}};
|
||||||
@@ -140,8 +126,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
/* idk if this even works, but the suggestion in the material updated readme bricks symbols no matter how many fallbacks I add */
|
||||||
*::before,
|
:root {
|
||||||
*::after {
|
font-family: system-ui, "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
||||||
font-family: "Inter Variable" !important;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user