From fccc638a49cb8763e37170ef3bb50f74fc4891d4 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 5 Apr 2026 05:04:22 +0000 Subject: [PATCH] Add CSS for orange text It's `message-warning`, analogous to `message-error` which is red. --- play.pokemonshowdown.com/style/battle-log.css | 6 ++++++ play.pokemonshowdown.com/style/battle.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/play.pokemonshowdown.com/style/battle-log.css b/play.pokemonshowdown.com/style/battle-log.css index 1b934b9f0..8b7418cc8 100644 --- a/play.pokemonshowdown.com/style/battle-log.css +++ b/play.pokemonshowdown.com/style/battle-log.css @@ -986,6 +986,12 @@ details[open] .expandbutton.fa-caret-right:before { .dark .message-error { color: #EF4333; } +.message-warning { + color: #cb6619; +} +.dark .message-warning { + color: #ef8e33; +} .message-overflow, .chat small.message-overflow { font-size: 0pt; diff --git a/play.pokemonshowdown.com/style/battle.css b/play.pokemonshowdown.com/style/battle.css index 2ca2abaf8..29b5f4534 100644 --- a/play.pokemonshowdown.com/style/battle.css +++ b/play.pokemonshowdown.com/style/battle.css @@ -5,7 +5,7 @@ License: GPLv2 */ -@import url(./battle-log.css?v10); +@import url(./battle-log.css?v11); .battle { position: absolute;