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;