瀏覽代碼

Add important to <pre> styles

ApisNecros 1 年之前
父節點
當前提交
8548ff0eb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      static/css/base.css

+ 1 - 1
static/css/base.css

@@ -71,7 +71,7 @@
     }
 
     pre {
-        @apply w-full my-2 p-2 bg-gray-50 rounded;
+        @apply w-full my-2 p-2 bg-gray-50 text-black rounded !important;
     }
     code {
         @apply inline-block px-1 bg-gray-50 rounded-sm;