fix purgecss remove code pre blocquote tags

This commit is contained in:
2020-07-25 13:46:29 +02:00
parent 5414cad135
commit a4af2abb69
2 changed files with 2 additions and 4 deletions

View File

@@ -31,9 +31,7 @@
pre,
code {
@apply text-white p-1;
background-color: #4A5568;
//color: #ffffff;
@apply bg-gray-700 text-white p-1;
}
pre {