1
0
Fork 0
aglnamegenerator/public/css/styles.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;
}