Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax-light.css')
-rw-r--r--src/syntax-light.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/syntax-light.css b/src/syntax-light.css
index 0bd4f07..15901d0 100644
--- a/src/syntax-light.css
+++ b/src/syntax-light.css
@@ -1,7 +1,6 @@
.cdata {
- /* <code>:pre */
- & > pre,
- & > .highlight pre {
+ /* <code>:wrap */
+ & pre {
@apply text-gray-700 bg-gray-100;
}