9 lines
107 B
CSS
Raw Normal View History

2018-01-07 11:43:13 -06:00
a.link {
2018-01-14 21:16:09 -06:00
color: #333;
2018-01-07 11:43:13 -06:00
text-decoration: none;
}
a:hover.link,
a:active.link {
color: #167ac6;
}