/* 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; }