summaryrefslogtreecommitdiff
path: root/css/reader_iframe.less
blob: 6a4397fbfc7ded29bdc9b8a3c143e6d41c464b3b (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
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;
}

@import "themes.less";