Explorar el Código

Add important to <pre> styles

ApisNecros hace 1 año
padre
commit
8548ff0eb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;