aboutsummaryrefslogtreecommitdiff
path: root/p/themes/p.rtl.css
blob: 98be44503123de32b7603b6d1fe225e429ce0f04 (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
@charset "UTF-8";

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

h1 {
	font-size: xx-large;
}

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

img {
	border: 0;
}

@media screen and (prefers-color-scheme: dark) {
	body {
		background: black;
	}
}