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
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
div#content a.external[href^="gopher://"] {
div#content a.external[href^="gopher://"] {
background: none !important;
background: none !important;
}
p {
color: #FFFFFF !important;
}
}

Latest revision as of 14:10, 27 September 2023

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

p {
	color: #FFFFFF !important;
}