templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Sun, 22 Sep 2019 00:30:37 +0200
branchv_0
changeset 28 547569f6e675
parent 25 8da11cce2c98
child 29 5ed5b68408e4
permissions -rw-r--r--
add non-breakable spaces (nbsp)

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