Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* LOOKING MACRO CSS */
- /* Styles how the link looks like for looking interactions */
- /* This is added to the span you use around the link to use the looking macro */
- #story .look a {
- color: #FFBC50 !important;
- font-weight: 600;
- }
- /* Styles how the link looks like when hovering over it */
- /* This is added to the span you use around the link to use the looking macro */
- #story .look a:hover {
- color: #CF8713 !important;
- text-decoration: none;
- }
- /* Styles how link looks when clicked on. */
- .looked {
- color: #FFBC50;
- }
Add Comment
Please, Sign In to add comment