Create new root directory in web app for template styles

This commit is contained in:
thiloho
2024-08-17 20:51:23 +02:00
parent dc9a2eabe9
commit 6d47b184d2
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
:root {
color-scheme: light dark;
}
body {
margin-inline: auto;
inline-size: min(100% - 2rem, 75ch);
line-height: 1.5;
font-family: system-ui, sans-serif;
}
img,
picture,
svg,
video {
max-inline-size: 100%;
block-size: auto;
}