User:Iamacyborg/Vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "div#content a.external, div#content a.external[href^="gopher://"] { background: none !important; }")
mNo edit summary
Line 2: Line 2:
div#content a.external[href^="gopher://"] {
div#content a.external[href^="gopher://"] {
background: none !important;
background: none !important;
}
p {
color: pink !important;
}
}

Revision as of 14:08, 27 September 2023

div#content a.external, 
div#content a.external[href^="gopher://"] {
	background: none !important;
}

p {
	color: pink !important;
}