Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Custom CSS for Text Editor */
- a {
- color: #0073aa;
- transition: color 110ms ease-in-out;
- }
- a:hover, a:active {
- color: #005177;
- outline: 0;
- text-decoration: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement