fix header
This commit is contained in:
@@ -19,8 +19,11 @@
|
||||
|
||||
<div class="header-right">
|
||||
<a href="/" class="brand-link">
|
||||
<img src="/aquantico-logo.png" alt="Aquantico" class="brand-logo" />
|
||||
<span class="brand-name">Qaffee</span>
|
||||
<span class="brand-text"> by </span>
|
||||
</a>
|
||||
<a href="https://www.aquantico.de" class="brand-link">
|
||||
<img src="/aquantico-logo.png" alt="Aquantico" class="brand-logo" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -91,13 +94,21 @@
|
||||
.brand-logo {
|
||||
height: 28px;
|
||||
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 {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
color: var(--color-teal);
|
||||
color: var(--color-warning);
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user