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

a:visited {
	text-decoration: underline;
}

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