aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/custom.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 07825ee..2a7ac20 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -4,6 +4,7 @@ body {
margin: 1em auto;
padding: 0 0.55em;
max-width: 49rem;
+ font-family: "sans-serif";
}
h1,h2,h3,h4 {
@@ -81,7 +82,7 @@ pre {
overflow-x: auto;
border: 1px solid #eee;
border-radius: 3px;
- background-color: #fafafa;
+ background-color: #eee;
}
#meta {