summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 782520e..0c451c7 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,11 +1,14 @@
body {
font-family: 'Arial', 'Helvetica', sans-serif;
background-color: #f9f9fc;
+ line-height: 1.5;
+ color: #333;
}
header {
text-align: center;
}
+
header img#logo {
height: 10rem;
}
@@ -26,9 +29,11 @@ span.single-date {
}
pre {
- background: #e6e6ea;
+ background: #eaeaed;
padding: 1rem;
overflow: scroll;
+ border-bottom: 2px solid #ccd;
+ border-left: 2px solid #a6a6cc;
}
pre code {
color: inherit;
@@ -41,7 +46,17 @@ code {
padding: 0.1rem;
}
+h1, h2, h3, h4, h5, h6, strong {
+ color: #000;
+}
+h2, h3, h4, h5, h6 {
+ padding-top: 1.5rem;
+}
+
+a {
+ color: #2053ab;
+}
/**/
article.list-item {