summaryrefslogtreecommitdiff
path: root/src/templates/index.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-05 17:37:30 +0200
committeruser@node5.net <user@node5.net>2026-07-05 18:57:22 +0200
commit54cf46883c2afc2a71de1066c272520367bfa6c3 (patch)
tree95293ec8e9c5269539703dc7d4f5bcda72ce1fc6 /src/templates/index.html
parent2826c97f429c4edb584f692d169544129944a1cc (diff)
dynamic width url parameter
Diffstat (limited to 'src/templates/index.html')
-rw-r--r--src/templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 084a67c..a637300 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -41,6 +41,10 @@
zoom: {{ scale }};
}
{% endif %}
+
+ :root {
+ --line-height: {{ line_height }};
+ }
</style>
{% endblock %}