Theme and nav improvements: lang switcher styling, dropdown, theme thumbnail

- Style language switcher dropdown to match site colours
- Move language switcher left of social icons
- Set theme thumbnail to logo PNG in blueprints
- Add Dutch language override and system config tweaks
- Various CSS fixes for dropdown alignment and width

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 00:15:08 +02:00
parent f0638e32e5
commit 7b451ef1ed
8 changed files with 384 additions and 5 deletions
@@ -1,7 +1,7 @@
{% extends 'partials/langswitcher-logic.html.twig' %}
{% block language_block_start %}
<li class="nav-item dropdown">
<li class="nav-item dropdown d-flex align-items-center">
<a class="nav-link dropdown-toggle p-1" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
{{ langswitcher.current|upper }}
</a>