diff --git a/README.md b/README.md
index 2f22cc7..59fa702 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+
+
+
+
# sukr
**Minimal static site compiler — suckless, Rust, zero JS.**
diff --git a/docs/static/style.css b/docs/static/style.css
index cb7d443..0abaec3 100644
--- a/docs/static/style.css
+++ b/docs/static/style.css
@@ -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 {
diff --git a/docs/templates/base.html b/docs/templates/base.html
index 4065988..a9799ef 100644
--- a/docs/templates/base.html
+++ b/docs/templates/base.html
@@ -14,7 +14,10 @@