css: background-color etc. v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 08 Jun 2022 08:40:01 +0200
branchv_0
changeset 72 2e86632f5aef
parent 71 cfd08606258a
child 73 ee9683c59746
css: background-color etc.
templates/style.css
--- 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 {