summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 2531ef2..782520e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,6 +1,6 @@
body {
font-family: 'Arial', 'Helvetica', sans-serif;
- background-color: #fcfcf9;
+ background-color: #f9f9fc;
}
header {
@@ -26,18 +26,20 @@ span.single-date {
}
pre {
- background: #eeebee;
+ background: #e6e6ea;
padding: 1rem;
overflow: scroll;
}
pre code {
color: inherit;
background-color: inherit;
+ padding: 0;
}
code {
color: #911;
background-color: #eee;
- }
+ padding: 0.1rem;
+}
/**/
@@ -54,4 +56,5 @@ span.list-item-date {
footer {
margin: 2rem 0 1rem;
text-align: center;
+ font-size: 0.8rem;
}