Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* This line no longer seems necessary with this change: */
- #main_wrapper > div:not(#site_headers_super_wrap) a:visited:hover{color:/*[[link-visited-H]]*/;}
- /* So you can put this back in original position (now line 728): */
- a:visited:hover{color:/*[[link-visited-H]]*/;}
- /* These also don't seem necessary anymore unless I'm missing something: */
- #main_wrapper > #site_headers_super_wrap a:visited:hover{color:/*[[text-H]]*/; text-decoration: none;}
- #main_wrapper > #site_headers_super_wrap a:visited{color:/*[[main-text]]*/; text-decoration: none;}
- /* Additional tweaks */
- /* Don't make Buy Music link grey: */
- #main_wrapper > #site_headers_super_wrap a:not(.buy-music){color:/*[[main-text]]*/; text-decoration: none;}
- /* Make Buy Music hover grey: */
- #main_wrapper > #site_headers_super_wrap a.buy-music:hover{color:/*[[main-text]]*/; text-decoration: none;}
- /* Note, hover rule now has to come last for this work: */
- #main_wrapper > #site_headers_super_wrap a:hover{color:/*[[text-H]]*/; text-decoration: none;} /*
- /* Apply the new colors to submenu icons too: */
- #main_wrapper > #site_headers_super_wrap a .icon-caret-up{color:/*[[main-text]]*/; text-decoration: none;}
- #main_wrapper > #site_headers_super_wrap a:hover .icon-caret-up{color:/*[[text-H]]*/; text-decoration: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement