aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 55cc732..a63efc9 100644
--- a/styles.css
+++ b/styles.css
@@ -6,3 +6,17 @@
math {
font-family: "STIXTwoMath";
}
+
+code.hljs {
+ padding: 2px;
+ border-radius: 2px;
+}
+
+pre code.hljs {
+ padding: 0.5em;
+ border-radius: 0.5em;
+}
+
+pre.code-block {
+ margin: 0.5em 0;
+}