mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Add CSS for orange text
It's `message-warning`, analogous to `message-error` which is red.
This commit is contained in:
parent
e5d84292ad
commit
fccc638a49
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ License: GPLv2
|
|||
|
||||
*/
|
||||
|
||||
@import url(./battle-log.css?v10);
|
||||
@import url(./battle-log.css?v11);
|
||||
|
||||
.battle {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user