aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-04-18 00:46:26 +0300
committerValentin Popov <info@valentineus.link>2018-04-18 00:46:26 +0300
commit61d229f89247fa27fd2cec213dedbcdc1fb688ea (patch)
tree2ef06c6c5026cb725071d3237b354e658989b617 /assets/css
parentaa161cfe69f92d2d05baa7f14095f6520ebe9755 (diff)
downloadpopov.link-61d229f89247fa27fd2cec213dedbcdc1fb688ea.tar.xz
popov.link-61d229f89247fa27fd2cec213dedbcdc1fb688ea.zip
Added syntax highlighting
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/highlight.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/highlight.scss b/assets/css/highlight.scss
new file mode 100644
index 0000000..caa7d65
--- /dev/null
+++ b/assets/css/highlight.scss
@@ -0,0 +1,6 @@
+---
+# Pygments, a Python-based code highlighting tool, comes with a set of builtin
+# styles (not css files) for code highlighting.
+---
+
+@import 'base/highlight';