summaryrefslogtreecommitdiff
path: root/extras/html/themes/crt/theme.conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-03 08:47:09 +0300
committerPaul Buetow <paul@buetow.org>2026-06-03 08:47:09 +0300
commit33453de97d005082fe1f3ebfd530df07b0f95fec (patch)
tree4cbb42ccca19856a9e09487466f837aebe935e6a /extras/html/themes/crt/theme.conf
parentd78949902946a58f440ad9145c94282c1512f3b1 (diff)
Add white-space: pre-wrap to all theme pre blocks to prevent horizontal scrollbarsmain
Diffstat (limited to 'extras/html/themes/crt/theme.conf')
-rw-r--r--extras/html/themes/crt/theme.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/html/themes/crt/theme.conf b/extras/html/themes/crt/theme.conf
new file mode 100644
index 0000000..88296fa
--- /dev/null
+++ b/extras/html/themes/crt/theme.conf
@@ -0,0 +1,5 @@
+declare -xr HTML_HEADER=./extras/html/header.html.part
+declare -xr HTML_FOOTER=./extras/html/footer.html.part
+declare -xr HTML_CSS_STYLE=$HTML_THEME_DIR/style.css
+declare -xr HTML_WEBFONT_CODE=./extras/html/fonts/hack/Hack-Regular.ttf
+declare -xr SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/mono.css