theme-store/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/chrome.css
2025-05-03 13:32:53 +00:00

7 lines
313 B
CSS

:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Serif"]) {
* {font-family: serif !important;}
}
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Custom"]) {
* {font-family: var(--theme-custom_uifont-custom) !important; text-shadow: var(--theme-custom_uifont-shadow) !important;}
}