styles navbar a little

This commit is contained in:
2026-04-22 23:17:00 +02:00
parent ff0ba86bf1
commit 4e5a91c64d
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ for page_name, translations in content.items():
continue
label = LANG_LABELS.get(other_lang, other_lang)
link = f'<a href="/{other_lang}/{page_name}.html">{label}</a>'
link = f'<a class="navbar" href="/{other_lang}/{page_name}.html">{label}</a>'
links.append(link)
language_switcher = " ".join(links)