Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | website: Switch to high contrast. | Arun Isaac | |
High contrast feels more readable. Low contrast makes me squint. * website/style.css (body): Remove color property. Let it be the default black. | |||
2021-06-18 | website: Make SVG badges clickable. | Arun Isaac | |
* website/style.css (object): Set pointer-events to none. | |||
2021-06-18 | website: Widen to 900px. | Arun Isaac | |
* website/style.css (body): Set max-width to 900px. | |||
2021-06-18 | website: Reference external stylesheet. | Arun Isaac | |
* website/style.css: New file. * Makefile.am (AM_MAKEINFOHTMLFLAGS): Set to --css-ref=/style.css. * build-aux/build-website.el (org-html-head): Set to <link> tag referencing external stylesheet. |