aboutsummaryrefslogtreecommitdiff
path: root/gopher/style.css
blob: 86933c648ad998213b02c8308e24f8131871ee38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body,html {
    background-color:#046786;
    color: #E0E0E0;
    font-family:monospace;
    font-size:1.1em;
    height:100%;
}
body {
    margin: 0 auto;
    max-width: 67ch;
    min-height:100%;
}
h1,h2,h3,h4 {
	color:#f1fa19;
}
h1 {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 4px;
}
p {
	text-align: justify;
}
a { color: #ffffff;}