summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
index fae6e5155a..e57e8a4714 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -24,6 +24,13 @@ pre {
border: 1px solid #333;
}
+pre.math {
+ margin: 0;
+ padding: 0;
+ background-color: transparent;
+ border: 0;
+}
+
code > span {
font-weight: normal !important;
}