diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/index.html | 4 |
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 %} |
