summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index c22d26c..9360868 100644
--- a/static/style.css
+++ b/static/style.css
@@ -8,7 +8,7 @@ body {
}
code {
- font-family: "DejaVu Sans Mono", Consolas, monospace;
+ font-family: "Adwaita Mono", Consolas, "DejaVu Sans Mono", monospace;
font-size: 10pt;
}
@@ -25,6 +25,14 @@ footer {
padding: 0;
}
+h2, h3, h4, h5, h6 {
+ margin-bottom: 0px;
+}
+
+p {
+ margin-top: 0px;
+}
+
.navbar ul li {
display: list-item;
padding: 6px;