1
0
Fork 0
aglnamegenerator/public/css/styles.css

8 lines
182 B
CSS
Raw Normal View History

2024-11-28 00:18:31 +00:00
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;
}