style.css
branchv_0
changeset 16 131b90c4909e
parent 2 7aca0c2ba72d
child 17 355edb728822
--- a/style.css	Fri Sep 20 23:14:44 2019 +0200
+++ b/style.css	Fri Sep 20 23:21:21 2019 +0200
@@ -1,6 +1,8 @@
 body {
 	font-family: FreeSerif;
 	font-size:  20px;
+	background-color: white;
+	color: black;
 }
 
 h1,h2,h3 {
@@ -11,3 +13,8 @@
 h1 {
 	text-align: center;
 }
+
+a.anchor {
+	color: #eee;
+	text-decoration: none;
+}
\ No newline at end of file