mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
274 B
274 B
Base should be applied to a "root" element, like <body>, to provide base styles for common things like text. The theme mode, light-theme, dark-theme, or oled-theme, should also be added to this element.
<div class="base theme-light">...</div>