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

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'highlight.js/styles/dusk2dawn.css')
-rw-r--r--highlight.js/styles/dusk2dawn.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/highlight.js/styles/dusk2dawn.css b/highlight.js/styles/dusk2dawn.css
new file mode 100644
index 0000000..a3da99c
--- /dev/null
+++ b/highlight.js/styles/dusk2dawn.css
@@ -0,0 +1,16 @@
+/*
+
+Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
+
+*/
+
+/* Include default.css */
+@import "default.css";
+
+/* All colors are controlled by the following section */
+:root {
+ --xml_text: #6cff7c;
+ --xml_meta: #1f7199;
+ --xml_name_weight: normal;
+ --xml_name_color: var(--text);
+}