summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/base.html.jinja9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/base.html.jinja b/templates/base.html.jinja
index c4d288b..b0025bd 100644
--- a/templates/base.html.jinja
+++ b/templates/base.html.jinja
@@ -133,7 +133,14 @@ code in a proprietary work, I am not going to enforce this in court.
{% block style %}
body {
color: #444;
+ background-color: white;
margin: 0;
+ padding: 0;
+ }
+
+ div {
+ margin: 0;
+ padding: 0;
}
#main {
@@ -147,7 +154,7 @@ code in a proprietary work, I am not going to enforce this in court.
color: inherit;
}
- .has-colored-links a {
+ .has-colored-links a, p > a {
color: #557b8e;
}