style.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 21 Sep 2019 01:17:44 +0200
branchv_0
changeset 21 2c064ad964cd
parent 17 355edb728822
permissions -rw-r--r--
fix links/anchors

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