aboutsummaryrefslogtreecommitdiff
path: root/p/themes/p.css
blob: 34b2ea72f8431029438c53777f75f3ad4b7d2960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@charset "UTF-8";

body {
	font-family: sans-serif;
	text-align: center;
}

h1 {
	font-size: xx-large;
	text-shadow: 1px -1px 0 #ccc;
}

h1 a {
	color: #0062be;
	text-decoration: none;
}

img {
	border: 0;
}