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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/highlight.scss')
-rw-r--r--static/scss/highlight.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/scss/highlight.scss b/static/scss/highlight.scss
new file mode 100644
index 0000000..2a11d8e
--- /dev/null
+++ b/static/scss/highlight.scss
@@ -0,0 +1,12 @@
+/*
+ * Highlight.js style
+ */
+.hljs {
+ margin: 3vh auto;
+ padding: 0.6em;
+ line-height: 1.25rem;
+}
+article pre code {
+ font-family: consolas, "Courier New", monospace;
+ font-size: .9rem;
+}