This commit is contained in:
2025-03-29 23:46:36 +05:00
parent 9ebe421214
commit aaff8291da
3 changed files with 21 additions and 0 deletions

10
css/style.css Normal file
View File

@@ -0,0 +1,10 @@
:root {
color-scheme: dark;
font-family: monospace;
font-size: 16px;
}
body {
margin: auto;
max-width: 768px;
}