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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/themes/gohugoioTheme/assets/css/_hljs.css')
-rw-r--r--docs/themes/gohugoioTheme/assets/css/_hljs.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/themes/gohugoioTheme/assets/css/_hljs.css b/docs/themes/gohugoioTheme/assets/css/_hljs.css
new file mode 100644
index 000000000..c49107655
--- /dev/null
+++ b/docs/themes/gohugoioTheme/assets/css/_hljs.css
@@ -0,0 +1,11 @@
+/* modified from:*/
+@import 'highlight.js/styles/atom-one-light.css';
+
+/* hljs-template-variable covers the handlebars templating*/
+.hljs-template-variable {
+ color: var(--primary-color);
+}
+
+.hljs-attr {
+ color: var(--accent-color-light);
+}