User:TheLegendaryOrb/vector.css

From TestWiki
Revision as of 02:54, 18 July 2023 by TheLegendaryOrb (talk | contribs) (gradient link underline)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
a[href$=":TheLegendaryOrb"]:not(#pt-userpage a), a[href$="/TheLegendaryOrb"], #pt-userpage a span {
	background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
	position: relative;
	padding-bottom: 2px;
	text-decoration: none;
}

#pt-userpage a {
	text-decoration: none;
}

a[href$=":TheLegendaryOrb"]:not(#pt-userpage a):hover::after, a[href$="/TheLegendaryOrb"]:hover::after, #pt-userpage a span:hover::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
}