10 lines
90 B
CSS
Raw Normal View History

2018-04-13 21:32:14 -05:00
a:hover,
a:active {
color: #167ac6;
}
a {
2019-02-02 20:13:40 -03:00
color: #61809b;
2018-04-13 21:32:14 -05:00
text-decoration: none;
}