Advertisement
fauzanjeg

Custom CSS for Text Editor

May 24th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /** Custom CSS for Text Editor */
  2. a {
  3.     color: #0073aa;
  4.     transition: color 110ms ease-in-out;
  5. }
  6.  
  7. a:hover, a:active {
  8.     color: #005177;
  9.     outline: 0;
  10.     text-decoration: none;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement