Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
make links more like new site |
||
Line 49:
.sp-page .wtg-bitcoin-btn:focus {
outline: 0;
}▼
.sp-page a:hover {▼
text-decoration: underline;▼
}
Line 487 ⟶ 482:
}
}
/* Links */
.sp-content a,
Line 492 ⟶ 489:
.sp-content a.external,
.sp-content a.external:visited {
color:
/*
background: none;▼
padding: 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% .25rem;
background-repeat: no-repeat;
-webkit-transition: 300ms all;
transition: 300ms all;
▲}
.sp-content a.external:hover {
background-size: 100% 1.5rem;
color: #fff;
}
|