Main styling changed to correct for loaded panel styling.

This commit is contained in:
Jesse Malotaux 2025-04-28 11:05:23 +02:00
parent 8eac0bca69
commit f662f907d7

View file

@ -9,7 +9,9 @@
@variant dark (&:where(.dark, .dark *)); @variant dark (&:where(.dark, .dark *));
@theme { html,
body,
:not(#panel-html__body) {
--font-sans: 'Roboto', sans-serif; --font-sans: 'Roboto', sans-serif;
--font-mono: 'Fira Code', monospace; --font-mono: 'Fira Code', monospace;
} }