summaryrefslogtreecommitdiff
path: root/website/style.css
AgeCommit message (Collapse)Author
2025-03-25tissue.scm: Prefix paths with /tissue.Arun Isaac
* tissue.scm (%css): Prefix with /tissue. (#:indexed-documents): Prefix web-uri with /tissue. * website/style.css (@font-face): Prefix font paths with /tissue. * website/index.skb (Documentation): Prefix path to manual with /tissue. (Download): Prefix path to release tarballs and search with /tissue.
2023-03-21website: Remove small caps for headings.Arun Isaac
* website/style.css (h1, h3): Delete styles.
2022-09-19tissue.scm: Add CSS.Arun Isaac
* website/style.css: New file. * tissue.scm (#:web-files): Copy CSS to website. (#:web-css): Use it.