Logo update WIP

This commit is contained in:
partisan 2024-10-21 07:30:48 +02:00
parent 787816d0ab
commit 9b92632cd6
11 changed files with 932 additions and 285 deletions

View file

@ -1057,6 +1057,16 @@ p {
color: #b0316e;
}
.logo-container {
color: var(--font-fg);
line-height: 0;
}
.logo-container svg {
vertical-align: middle;
margin: 0 auto;
}
.results-search-container {
background-color: var(--search-bg);
width: 100%;