summaryrefslogtreecommitdiffstats
path: root/htdocs/style.css
blob: ae0ac35118479eab8d1624ae25f3faec1a41475f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

	background-color: black;
	color: white;

	font-family: sans-serif;
}

/* Navbar */
nav {
	background-color: #4acaa4;
	font-size: 1.6em;
}
nav a {
	font-size: 0.7em;
	color: white;
	text-decoration: none;
}
nav p:first-child + a { font-weight: bold; }
nav a.this-section { font-style: italic; }
nav p { display: inline; }
nav p:first-child { margin-left: 0.1em; }
nav hr {
	margin: 0px;
	color: white;
}