From 543a33ac4a6160b81cd5355b88e80f2a057f231b Mon Sep 17 00:00:00 2001 From: Max Shkutnyk Date: Thu, 24 Oct 2024 17:06:12 +0300 Subject: [PATCH] Docs: make code block comment color more contrast (#209) Co-authored-by: Max Shkutnyk --- fern/assets/input.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/assets/input.css b/fern/assets/input.css index a0edbe8e..c92ee00d 100644 --- a/fern/assets/input.css +++ b/fern/assets/input.css @@ -634,3 +634,10 @@ button[class^="Sidebar-link-buttonWrapper"] { .extra-green { color: #38761d !important; } + +/* + This is hacky fix for the code block comment color +*/ +.code-block-line-content span[style*="color: rgb(194, 195, 197)"] { + color: rgb(155, 156, 158) !important; +}