summaryrefslogtreecommitdiff
path: root/css/reader.css
blob: 572a02e5a91c7176a39de2b516b800f4fc3ff63c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
a {
	color : #337ab7;
	text-decoration : none;
}

a:visited {
	text-decoration: underline;
}

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