Make link styling default for anchor tags

This commit is contained in:
Omar Roth
2018-03-06 22:03:45 -06:00
parent ebe51c91d7
commit 8a3056d0e3
5 changed files with 16 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
a.link {
a {
color: #333;
text-decoration: none;
}
a:hover.link,
a:active.link {
a:hover,
a:active {
color: #167ac6;
}