Advertisement
chocolatemix

looking css

May 9th, 2023 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /* /////////////////////////////////////
  2. //
  3. // Looking macro
  4. //
  5. ///////////////////////////////////// */
  6.  
  7. /* Styles how the link looks like for looking interactions */
  8. #story .look a {
  9. color: #FFBC50 !important;
  10. font-weight: 600;
  11. }
  12.  
  13. /* Styles how the link looks like when hovering over it */
  14. #story .look a:hover {
  15. color: #CF8713 !important;
  16. text-decoration: none;
  17. }
  18.  
  19. /* Styles how link looks when clicked on. */
  20. .looked {
  21. color: #FFBC50;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement