summaryrefslogtreecommitdiff
path: root/source/infra/css/syntax.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/infra/css/syntax.css')
-rw-r--r--source/infra/css/syntax.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/infra/css/syntax.css b/source/infra/css/syntax.css
index 8772351..50191d2 100644
--- a/source/infra/css/syntax.css
+++ b/source/infra/css/syntax.css
@@ -1,3 +1,19 @@
+.highlighter-rouge {
+ border: 1px solid;
+ border-color: #999988;
+ background-color: #f8f8f8;
+}
+@media only screen and (prefers-color-scheme: dark) {
+.highlighter-rouge {
+ background-color: #0d1117;
+ border-color: #8b949e;
+}
+}
+div.highlight { overflow: auto; }
+pre.highlight { margin: 0.5em; }
+
+
+
/* From https://github.com/brazacz/rouge-themes/blob/main/css/github.css */
.highlight { background-color: #f8f8f8; }
.highlight .bp { color: #999999; }