Created
March 18, 2015 20:47
-
-
Save ZakharDay/dc47aaaf0a8f1ee4d75b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
a { | |
text-decoration: none; | |
} | |
a:hover { | |
text-decoration: undeline; | |
} | |
.new { | |
color: #ba0000; | |
} | |
.new:visited { | |
color: #a55858; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment