From fb2b3ba64adab1baa7c6792a1886c21cbd75fe2f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 15 Sep 2025 00:50:40 -0700 Subject: [PATCH] Update index.html --- index.html | 190 ++++++++++++++++++++--------------------------------- 1 file changed, 71 insertions(+), 119 deletions(-) diff --git a/index.html b/index.html index 8ef79d7..86bea32 100644 --- a/index.html +++ b/index.html @@ -39,11 +39,10 @@ font-weight: 600; border-bottom-color: #e5e7eb; /* border-gray-200 */ } - /* Style for code blocks */ .markdown-body pre { background-color: #ffffff; - border: 1px solid #e5e7eb; /* border-gray-200 */ - border-radius: 0.75rem; /* rounded-xl */ + border: 1px solid #e5e7eb; + border-radius: 0.75rem; padding: 1rem; overflow-x: auto; } @@ -51,7 +50,6 @@ font-family: 'JetBrains Mono', monospace; font-size: 13px; } - /* Style for inline code snippets, inspired by your example */ :not(pre) > code { font-size: 85%; padding: .2em .4em; @@ -64,11 +62,11 @@ } - +
-
@@ -81,133 +79,105 @@