diff --git a/index.html b/index.html
index 1c919e7..9861b98 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@
-
+
diff --git a/style.css b/style.css
index 260c6c3..658bcee 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,13 @@ body {
overflow-y: hidden;
}
+body.vibe {
+ font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
+ font-size: 14px;
+ line-height: 1.5;
+ overflow-x: hidden;
+}
+
@media (max-width: 768px) {
body {
overflow-y: auto !important;
@@ -296,7 +303,7 @@ body.dark-mode {
body.vibe .sidebar {
display: none !important;
}
-
+
.header-right {
position: absolute;
top: 1.3rem;
diff --git a/vibe/index.html b/vibe/index.html
index b0f930d..e95ab18 100644
--- a/vibe/index.html
+++ b/vibe/index.html
@@ -23,7 +23,7 @@
-
+