MediaWiki:DarkVector.css: Difference between revisions
From Halopedia, the Halo wiki
(Created page with "→CSS placed here will affect users of the Vector night theme: body { background: #222 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top / cover !important; } →External self-links: .mw-body a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; background: none; padding: 0; }") |
mNo edit summary |
||
Line 6: | Line 6: | ||
.mw-body a.external[href^="https://www.halopedia.org"] { | .mw-body a.external[href^="https://www.halopedia.org"] { | ||
color: #009CFF !important; | color: #009CFF !important; | ||
} | } |
Revision as of 14:34, February 25, 2025
/* CSS placed here will affect users of the Vector night theme */
body { background: #222 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top / cover !important; }
/* External self-links */
.mw-body a.external[href^="https://www.halopedia.org"] {
color: #009CFF !important;
}