From 0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 16 Mar 2025 22:57:51 +0300 Subject: [PATCH] /vibe code --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;