Commit graph

7 commits

Author SHA1 Message Date
David Runge
cd1ac71ba5
Add CSS to separate footnotes more clearly from sections in HTML output
Fixes https://codeberg.org/openpgp/notes/issues/164

Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:04 +01:00
David Runge
9774054abe
Add CSS for separating footnotes from section text in EPUB more clearly
Fixes https://codeberg.org/openpgp/notes/issues/164

Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:04 +01:00
David Runge
2b2c02d836
Add custom CSS for the HTML output
Distinguish links to internal glossary items (default text color, dotted
bottom border) and those to sections, references or footnotes (blue,
dashed bottom border).
Use darkgreen (solid bottom border) for external links instead of the
default blue.

Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:03 +01:00
David Runge
8c72b89182
Add CSS for internal and external links in the EPUB output
Distinguish internal links to glossary items (black, dotted bottom
border) and sections, references and footnote (blue, dashed bottom
border).
Use darkgreen (solid bottom border) instead of blue for external links.

Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:01 +01:00
David Runge
158ece0f60
Add comment for CSS entries for admonitions in EPUB output
Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:01 +01:00
David Runge
ec761273df
Modify CSS for admonition environments when building EPUB
Add a lightgray `background-color` for all admonition environments.
Add a palevioletred `background-color` for all admonition-warning and
warning environments.

Signed-off-by: David Runge <dave@sleepmap.de>
2023-11-24 13:19:11 +01:00
David Runge
5fd9676392
Add a file to keep the static dir around when cloning the repo
Signed-off-by: David Runge <dave@sleepmap.de>
2023-11-02 16:46:17 +01:00