style.css
author František Kučera <franta-hg@frantovo.cz>
Fri, 20 Sep 2019 23:21:21 +0200
branchv_0
changeset 16 131b90c4909e
parent 2 7aca0c2ba72d
child 17 355edb728822
permissions -rw-r--r--
generate links/anchors so we can link to particular items

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;
}