aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.css b/main.css
index 4646024..e234d7d 100644
--- a/main.css
+++ b/main.css
@@ -87,4 +87,13 @@ pre.captioned {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
+}
+
+.mw-code {
+ font-size: 1em !important;
+}
+
+pre < pre {
+ font-size: 1em !important;
+ margin: 0 !important;
} \ No newline at end of file