fix header

This commit is contained in:
2026-03-31 17:00:04 +02:00
parent 0f05e1c15b
commit 93748ba594

View File

@@ -19,8 +19,11 @@
<div class="header-right"> <div class="header-right">
<a href="/" class="brand-link"> <a href="/" class="brand-link">
<img src="/aquantico-logo.png" alt="Aquantico" class="brand-logo" />
<span class="brand-name">Qaffee</span> <span class="brand-name">Qaffee</span>
<span class="brand-text"> by&nbsp;&nbsp;</span>
</a>
<a href="https://www.aquantico.de" class="brand-link">
<img src="/aquantico-logo.png" alt="Aquantico" class="brand-logo" />
</a> </a>
</div> </div>
</div> </div>
@@ -91,13 +94,21 @@
.brand-logo { .brand-logo {
height: 28px; height: 28px;
width: auto; width: auto;
filter: brightness(0) invert(1); background-color: white;
border-radius: 4px;
--filter: brightness(0) invert(1);
}
.brand-text {
font-size: 1rem;
color: var(--color-text);
letter-spacing: 0.05em;
} }
.brand-name { .brand-name {
font-size: 1rem; font-size: 1rem;
font-weight: 700; font-weight: 700;
color: var(--color-teal); color: var(--color-warning);
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }
</style> </style>