Guest User

Untitled

a guest
Apr 25th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. a[href*="//unsplash.com"] {
  2. background-color: transparent !important;
  3. color: black !important;
  4. font-size: 10px !important;
  5.  
  6. svg {
  7. height: 10px !important;
  8. fill: black !important;
  9. }
  10.  
  11. &:hover {
  12. background-color: black !important;
  13. color: white !important;
  14.  
  15. svg {
  16. fill: white !important;
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment