summaryrefslogtreecommitdiff
path: root/src/templates/index.html
diff options
context:
space:
mode:
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 %}