templates/style.css
branchv_0
changeset 25 8da11cce2c98
parent 17 355edb728822
child 29 5ed5b68408e4
--- /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%;
+}