summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2021-06-19website: Set foreground color to black.Arun Isaac
We want a high contrast black text on white background. * website/style.css (body): Unset color property.
2021-06-19website: Italicize code symbols.Arun Isaac
* website/style.css (code): Italicize.
2021-06-19website: Add background color and padding to code snippets.Arun Isaac
* website/style.css (pre): Add background color and padding.
2021-06-19website: Move CSS into the website directory.Arun Isaac
That way, there is no need to copy it when building the website. * Makefile.am (website/style.css): Delete target. (website): Do not depend on the website/style.css target. (clean-local): Clean up only website/index.html and website/manual/dev/en, not the entire website directory. * style.css: Move to website/style.css.