improve style and base layout

This commit is contained in:
2025-06-06 17:06:11 -06:00
parent 94950041f6
commit 4acfe1d027
11 changed files with 349 additions and 42 deletions

View File

@ -7,6 +7,7 @@
{{ $b := printf "0x%s" (substr $hash 4 2) | int }}
{{ $rgba := printf "rgba(%d,%d,%d,0.2)" $r $g $b }}
<a
class="term-link"
id="{{ $taxonomy | urlize }}_{{ $name | urlize }}"
style="background:rgba({{ $r }},{{ $g }},{{ $b }},0.4)"
href="{{ "/" | relLangURL}}{{ $taxonomy | urlize }}{{ "/" | relLangURL}}{{ $name | urlize }}">