style.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 21 Sep 2019 00:41:25 +0200
branchv_0
changeset 18 f315b3d27a9d
parent 17 355edb728822
permissions -rw-r--r--
make: publish

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