Add better translation support for templates

This commit is contained in:
Pieter Vander Vennet 2022-09-22 16:21:07 +02:00
parent ee93c70867
commit 55593c2ee3
6 changed files with 250 additions and 115 deletions

View file

@ -288,6 +288,10 @@ input[type="range"].vertical {
text-decoration: underline 1px var(--foreground-color);
}
a.link-underline {
text-decoration: underline 1px var(--foreground-color);
}
.link-no-underline a {
text-decoration: none;
}