aboutsummaryrefslogtreecommitdiff
path: root/p/themes/p.rtl.css
blob: db45295a13ff1e3399d549af717848e9c3ceccb7 (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;
}