chore: sync local changes to Gitea
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user