Commit 97bce67

HPCesia <me@hpcesia.com>
2026-07-04 16:53:28
Fix code block background color in Markdown
1 parent b6f8e2b
Changed files (2)
pkg/templates/css/markdown_dark.css
@@ -678,8 +678,6 @@
   overflow: auto;
   font-size: 85%;
   line-height: 1.45;
-  color: #f0f6fc;
-  background-color: #151b23;
   border-radius: 6px;
 }
 
pkg/templates/css/markdown_light.css
@@ -699,8 +699,6 @@
   overflow: auto;
   font-size: 85%;
   line-height: 1.45;
-  color: #1f2328;
-  background-color: #f6f8fa;
   border-radius: 6px;
 }