1
0
2024-11-28 01:40:49 +01:00

8 lines
182 B
CSS

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;
}