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 @@ } -
+