Template:Support Page: Difference between revisions

Content deleted Content added
tweaks to link underlines
Undo, weird brokenness in Safari (unhovering causes animation to loop)
Tag: Undo
Line 486:
.sp-content a.extiw:visited {
color: inherit;
/* No external link arrows, allow space for "underline" */
padding: .2rem 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#36c), to(#36c));
background-image: linear-gradient(to top, #36c, #36c);
background-size: 100% .25rem2rem;
background-position: bottom;
background-repeat: no-repeat;
Line 499:
.sp-content a.external:hover,
.sp-content a.extiw:hover {
background-size: 100% 100%1.5rem;
color: #fff;
text-decoration: none;