mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-30 04:36:56 -05:00
Wi-Fi: Change Z-A GA background for readability (#11512)
This commit is contained in:
parent
558a799c81
commit
8a75295b1b
|
|
@ -162,7 +162,7 @@ abstract class Giveaway extends Rooms.SimpleRoomGame {
|
||||||
const css: { [k: string]: string | { [k: string]: string } } = { class: "broadcast-blue" };
|
const css: { [k: string]: string | { [k: string]: string } } = { class: "broadcast-blue" };
|
||||||
if (this.game === 'BDSP') css.style = { background: '#aa66a9', color: '#fff' };
|
if (this.game === 'BDSP') css.style = { background: '#aa66a9', color: '#fff' };
|
||||||
if (this.game === 'SV') css.style = { background: '#CD5C5C', color: '#fff' };
|
if (this.game === 'SV') css.style = { background: '#CD5C5C', color: '#fff' };
|
||||||
if (this.game === 'Z-A') css.style = { background: '#9BC53B', color: '#fff' };
|
if (this.game === 'Z-A') css.style = { background: '#10a14f', color: '#fff' };
|
||||||
return css;
|
return css;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user