summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/includes/chroma-mod.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/assets/css/includes/chroma-mod.css')
-rw-r--r--themes/PaperMod/assets/css/includes/chroma-mod.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/themes/PaperMod/assets/css/includes/chroma-mod.css b/themes/PaperMod/assets/css/includes/chroma-mod.css
deleted file mode 100644
index ad89b96..0000000
--- a/themes/PaperMod/assets/css/includes/chroma-mod.css
+++ /dev/null
@@ -1,24 +0,0 @@
-.chroma {
- background-color: unset !important;
-}
-
-.chroma .hl {
- display: flex;
-}
-
-.chroma .lnt {
- padding: 0 0 0 12px;
-}
-
-.highlight pre.chroma code {
- padding: 8px 0;
-}
-
-.highlight pre.chroma .line .cl,
-.chroma .ln {
- padding: 0 10px;
-}
-
-.chroma .lntd:last-of-type {
- width: 100%;
-}