templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 21 Sep 2019 19:40:43 +0200
branchv_0
changeset 25 8da11cce2c98
parent 17 style.css@355edb728822
child 29 5ed5b68408e4
permissions -rw-r--r--
add TXT output + change directory structure

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