new logo for dark and white website, fixed scaling for logo

This commit is contained in:
2026-03-23 11:51:25 +01:00
parent e06a4f87dd
commit 850aae3d0d
6 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<header class="site-header">
<div class="site-header__top">
<a class="logo" href="/index.php<?php echo $lang === 'de' ? '?lang=de' : ''; ?>">
<img src="/assets/logo.png" alt="FlixCooks">
<img class="logo--light" src="/assets/logo-white.png" alt="FlixCooks">
<img class="logo--dark" src="/assets/logo-black.png" alt="FlixCooks">
</a>
<div class="header-actions">
<a class="lang-toggle" href="<?php echo e($langSwitchHref ?? '#'); ?>"><?php echo e($langSwitchLabel ?? 'DE/EN'); ?></a>