8 lines
182 B
CSS
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;
|
||
|
}
|