chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:29 +08:00
parent 5f70b13f53
commit 06da417d4c
10 changed files with 4474 additions and 13 deletions

View File

@@ -56,18 +56,22 @@ body {
gap: 14px;
}
.brand-icon {
.brand-logo {
width: 40px;
height: 40px;
border-radius: var(--radius-lg);
background: var(--doc-accent-soft);
border: 1px solid var(--doc-border);
display: grid;
place-items: center;
font-weight: 600;
font-family: var(--font-ui);
font-size: 15px;
color: var(--doc-accent);
overflow: hidden;
flex-shrink: 0;
background: var(--doc-surface);
}
.brand-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.brand-title {