css: background-color etc.
--- a/templates/style.css Tue May 11 22:29:39 2021 +0200
+++ b/templates/style.css Wed Jun 08 08:40:01 2022 +0200
@@ -11,7 +11,7 @@
body {
font-family: "CMU Serif Roman";
font-size: 18px;
- background-color: white;
+ background-color: #F8F8F8;
color: black;
text-align: center;
}
@@ -29,6 +29,12 @@
h1 {
text-align: center;
+ margin-top: 50px;
+}
+
+a {
+ color: #806;
+ text-decoration: none;
}
a.anchor {
@@ -48,6 +54,7 @@
p.footer {
font-size: 80%;
+ margin-bottom: 30px;
}
hr {