Advertisement
artemsemkin

Untitled

Jul 23rd, 2024 (edited)
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* Only post preview links */
  2. .post-preview__header a:hover, .post-preview__header a:focus {
  3.   opacity: 1;
  4. }
  5.  
  6. /* Global links setting */
  7. body a:hover, body a:focus {
  8.   opacity: 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement