diff -r 96fc2f42b1e1 -r 131b90c4909e style.css --- 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