Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .js-highlight {
- transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
- text-decoration: none;
- color: var(--color-gray-1);
- }
- .js-highlight:hover {
- color: var(--color-dark-2);
- text-decoration: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement