templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 21 Sep 2019 19:52:04 +0200
branchv_0
changeset 26 c5c8ebd81be8
parent 25 8da11cce2c98
child 29 5ed5b68408e4
permissions -rw-r--r--
Added tag v0.3 for changeset 8da11cce2c98

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