From e957764aab3f0d15e15185932c6171216e21bcca Mon Sep 17 00:00:00 2001 From: f Date: Sun, 16 Mar 2025 19:58:21 +0000 Subject: [PATCH] deploy: 0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32 --- index.html | 2 +- style.css | 9 ++++++++- vibe/index.html | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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 @@ - +