This commit is contained in:
Bastian Wagner
2026-06-09 17:10:32 +02:00
parent db525564c8
commit 6ca54fa2d8
4 changed files with 39 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ html {
);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
// Default the application to a light color theme. This can be changed to
// `dark` to enable the dark color theme, or to `light dark` to defer to the