/* Local overrides. * * userChrome.css imports this last, so anything here wins over Edge-Frfox * without editing its files -- which keeps updating the theme a matter of * replacing the directory rather than merging into it. * * panama-theme.css beside it is the active Panama theme, rendered by * quickshell/scripts/panama-theme-apps on every theme change and gitignored * because it is machine state. It is imported rather than written into this * file so that this file stays yours: regenerating it would eat whatever you * had added. Put your own rules below the import and they win over both. * * @import must come first in a stylesheet, so nothing goes above this line. * A missing panama-theme.css is not an error -- Firefox skips an import it * cannot resolve, and the chrome falls back to Edge-Frfox's system colours. */ @import url("panama-theme.css");