summaryrefslogtreecommitdiff
path: root/css/main.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-14 10:58:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-14 12:18:34 +0200
commite847b05ae3bae9cc4134a7b5f5f66f0771edfa9e (patch)
treeb2574aa4dce3e0dfe27995017ed1e007bbdef103 /css/main.less
parent789639e4bdf6d304ef44359aeccd7b038a38e6bc (diff)
Update syntax highlighting configuration
Now both Markdown and AsciiDoc files will use pygments for their highlighting.
Diffstat (limited to 'css/main.less')
-rw-r--r--css/main.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.less b/css/main.less
index 21f7a8e..af1605f 100644
--- a/css/main.less
+++ b/css/main.less
@@ -32,7 +32,7 @@ table {
width: 100%;
}
-pre.pygments {
+figure.highlight pre, pre.pygments {
border: 2px solid @blockBorderColor;
padding: 8px;
}