feat(docs): add footer, favicon, and logo branding
- Add sidebar footer with GitHub repo link and MIT copyright - Generate geometric logo for project branding - Add logo as favicon in browser tab - Add logo to sidebar header (32x32) next to "sukr" text - Add centered logo (128px) at top of README
This commit is contained in:
9
docs/static/style.css
vendored
9
docs/static/style.css
vendored
@@ -54,7 +54,14 @@ body {
|
||||
font-weight: 700;
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.sidebar .logo-img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.sidebar .tagline {
|
||||
|
||||
Reference in New Issue
Block a user