Add new logo

This commit is contained in:
Svilen Markov
2025-05-05 12:47:40 +01:00
parent 1c5701fde5
commit 0f6e51ee5c
6 changed files with 22 additions and 4 deletions
+2 -1
View File
@@ -239,6 +239,7 @@ kbd:active {
.logo {
height: 100%;
flex-shrink: 0;
line-height: var(--header-height);
font-size: 2rem;
color: var(--color-text-highlight);
@@ -246,7 +247,7 @@ kbd:active {
padding-right: var(--widget-content-horizontal-padding);
}
.logo:has(img) {
.logo:has(img, svg) {
display: flex;
align-items: center;
}