summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 55d542b..7fe2a73 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -121,6 +121,7 @@ pre {
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
+ font-family: serif;
}
.remark {
box-sizing: content-box;
@@ -147,14 +148,14 @@ body {
p, a.sec, pre {
padding: 0 4vw;
-/*align: center;
-display:flex;
-align-items: center;
-justify-content: center;*/
+ /*align: center;
+ display:flex;
+ align-items: center;
+ justify-content: center;*/
}
}
pre {
- font-size: 12pt;
+ font-size: 14pt;
}
a, p { font-size: 14pt; }
a.splink { color: #005953; font-size: inherit; }