picosh / pico

hacker labs - open source and managed web services leveraging SSH
https://pico.sh
MIT License
741 stars 25 forks source link

feat(prose): CSS var --body-max-width #102

Closed imcotton closed 3 months ago

imcotton commented 3 months ago

This will allow user to adjust it in their own _styles.css, e.g.

:root {
  --body-max-width: 960px;
}