feat: add logo to header title link

This commit is contained in:
2026-05-17 21:04:48 +01:00
parent 6865b860bc
commit 59adcbc36e
2 changed files with 11 additions and 1 deletions

View File

@@ -875,6 +875,9 @@ body {
.title-link {
color: inherit;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}
.title-link:hover {
@@ -882,6 +885,13 @@ body {
text-underline-offset: 3px;
}
.title-logo {
width: 32px;
height: 32px;
display: block;
flex-shrink: 0;
}
/* ===== Login ===== */
.login-container {
display: flex;