9 lines
92 B
CSS
Raw Normal View History

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