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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/highlightjs.css')
-rw-r--r--assets/css/highlightjs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/highlightjs.css b/assets/css/highlightjs.css
new file mode 100644
index 0000000..64c0171
--- /dev/null
+++ b/assets/css/highlightjs.css
@@ -0,0 +1,6 @@
+/* highlight.js */
+.hljs {
+ background-color: transparent !important;
+ color: var(--color-tertiary-text) !important;
+ padding: 0 !important;
+}