summaryrefslogtreecommitdiff
path: root/2017/bbs_early_internet-34c3/bbs_early_internet.css
blob: b17829c73b31473c4b8bed84adb1ae42f62f0cad (plain)
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
30
31
div.change_topic {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.change_topic h1 {
	text-align: center;
	border-bottom-width: 0px;
}

div.gimmick_right img {
	float: right;
}

div.qanda ol {
	list-style-type: none;
}

.monospaced, code, pre {
	color: black;
	font-weight: bold;
}

div.quoteblock, div.verseblock {
	color: black;
}

em {
    color: black;
}
personal git repositories of Harald Welte. Your mileage may vary