summaryrefslogtreecommitdiff
path: root/css/reader.css
blob: 84c9b85bd8c55c10824c0554dab9a3133534a684 (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;
}