瀏覽代碼

Add styles for highlight code blocks

Set it so that code blocks that have been highlighted are bound to their
<pre> containers.
ApisNecros 1 年之前
父節點
當前提交
cba93dd56e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      static/css/base.css

+ 3 - 0
static/css/base.css

@@ -76,6 +76,9 @@
     code {
         @apply inline-block px-1 bg-gray-50 rounded-sm;
     }
+    .highlight > pre > code {
+        @apply w-full overflow-auto;
+    }
 
     hr {
         @apply w-full border-gray-700 mt-4 mb-2;