Spoilers — Please keep the spoiler policy in mind while editing the wiki.

Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.

MediaWiki:DarkVector.css: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
mNo edit summary
Line 6: Line 6:
.mw-body a.external[href^="https://www.destinypedia.com"] {
.mw-body a.external[href^="https://www.destinypedia.com"] {
color: #009CFF !important;
color: #009CFF !important;
background: none;
padding: 0;
}
}

Revision as of 14:34, February 25, 2025

/* CSS placed here will affect users of the Vector night theme */

body { background: #222 url(https://destiny.wiki.gallery/images/7/73/DP_Dark-bg.jpg) no-repeat fixed top / cover !important; }

/* External self-links */
.mw-body a.external[href^="https://www.destinypedia.com"] {
	color: #009CFF !important;
}