1
0

add some rsc

This commit is contained in:
2024-11-28 01:18:31 +01:00
parent bbac94607f
commit 65c71e4fec
3 changed files with 11 additions and 5 deletions

7
public/css/styles.css Normal file
View File

@@ -0,0 +1,7 @@
body{max-width:80ch;padding:2ch;margin:auto;
font-size: 1.15rem;
line-height: 1.5;
color:var(--main-foreground);
background-color:var(--main-background);
counter-reset:h1;
}