diff -r 2cbf4c472a67 -r 8da11cce2c98 templates/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/style.css Sat Sep 21 19:40:43 2019 +0200 @@ -0,0 +1,24 @@ +body { + font-family: FreeSerif; + font-size: 20px; + background-color: white; + color: black; +} + +h1,h2,h3 { + font-family: Sawasdee; + font-weight: bold; +} + +h1 { + text-align: center; +} + +a.anchor { + color: #eee; + text-decoration: none; +} + +p.footer { + font-size: 80%; +}