summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/link/link.css
blob: 00423e978deb1c39ffa363ebf115b4464f5481a0 (plain)
1
2
3
4
5
6
7
8
9
10
.v-link a:link {
	color: #1b699f;
	text-decoration: underline;
}
.v-link a:visited {
	color: #5c7485;
}
.v-link a:hover {
	color: #2483c4;
}