Advertisement
artemsemkin

Untitled

Aug 23rd, 2020
1,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. .js-highlight {
  2.   transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  3.   text-decoration: none;
  4.   color: var(--color-gray-1);
  5. }
  6.  
  7. .js-highlight:hover {
  8.   color: var(--color-dark-2);
  9.   text-decoration: none;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement