/* CSS placed here will be applied to dark mode */

:root {
	--link-color: #009CFF;
	--link-color-new: #FF1A1A;
	--link-color-external: #54BDFF;
}

/* Misc. fixes */
.messagebox[style*="rgba(63,0,127,0.125)"] {
	background: rgba(63,0,127,0.25) !important;
}

/* Main page */
.mp-box {
	color: #ccc !important;
	background: #111 !important;
	border-color: #555 !important;
}
.mp-box h2 {
	filter: invert(1) hue-rotate(180deg);
}

/* Tier lists */
.wikitable.lesspad [style*="ff0000"] { background: #4d2626 !important; border-color: #330000 !important; }
.wikitable.lesspad [style*="ff7f00"] { background: #4d3926 !important; border-color: #331a00 !important; }
.wikitable.lesspad [style*="ffbf00"] { background: #4d4326 !important; border-color: #332600 !important; }
.wikitable.lesspad [style*="ffff00"] { background: #4d4d26 !important; border-color: #333300 !important; }
.wikitable.lesspad [style*="7fff00"] { background: #394d26 !important; border-color: #1a3300 !important; }
.wikitable.lesspad [style*="00ff00"] { background: #264d26 !important; border-color: #003300 !important; }
.wikitable.lesspad [style*="00ff7f"] { background: #264d39 !important; border-color: #00331a !important; }
.wikitable.lesspad [style*="00ffff"] { background: #264d4d !important; border-color: #003333 !important; }
.wikitable.lesspad [style*="007fff"] { background: #26394d !important; border-color: #001a33 !important; }
.wikitable.lesspad [style*="0000ff"] { background: #26264d !important; border-color: #000033 !important; }
.wikitable.lesspad [style*="ff00ff"] { background: #4d264d !important; border-color: #330033 !important; }
.wikitable.lesspad [style*="7f007f"] { background: #392639 !important; border-color: #190019 !important; }
.wikitable.lesspad :is([style*="dfdfdf"], [style*="efefef"]) { background: #202020 !important; border-color: #303030 !important; }

/* External link icon (blue) */
.mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.467808%2C-258.39005%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%2354BDFF%3B%22 d=%22m41.47%2C259.4%2C7%2C0%2C0%2C7-2-2-3%2C2%2C0-1%2C3-2.25%2C1%2C1%2C0-3.75-3.75%2C0%2C1%2C1-2.25%2C3-1%2C0%2C2-3z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2354BDFF%3B%22 d=%22m43.47%2C261.4-5%2C0%2C0%2C8%2C8%2C0%2C0-5-1%2C0%2C0%2C4-6%2C0%2C0-6%2C4%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m40.55%2C263.9c0-0.6213%2C0.6213-0.6213%2C0.6213-0.6213%2C1.864%2C0.6213%2C3.107%2C1.864%2C3.728%2C3.728%2C0%2C0%2C0%2C0.6213-0.6213%2C0.6213-1.243-1.864-1.864-2.485-3.728-3.728z%22/%3E %3C/g%3E %3C/svg%3E");
}