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:
authorJhaura Wachsman <jhaurawachsman@gmail.com>2020-05-26 22:12:03 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-05-26 22:12:03 +0300
commit016bb1427fdc80aa401519ea7f4ac3ce4067e2bd (patch)
treea10eeee9a7b906a16080aeeb3ebd65763b74a450 /src/syntax-light.css
parent9e6fcfa5ea9698e7f713e45978e015b1a588bb28 (diff)
CSS reduce specificity on <pre> elements
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;
}