summaryrefslogtreecommitdiff
path: root/css/reader_iframe.less
blob: 93163848ed74201cf80b18a67bafbb729d825d8b (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
a {
	color : #007d71;
	text-decoration : none;
}

a:visited {
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #00302c;
	text-decoration: underline;
}

blockquote {
	font-style : italic;
}

big, small {
	font-size : inherit;
}

h1,
h2,
h3 {
	text-align : center;
}

@import "themes.less";