Add CSS for orange text

It's `message-warning`, analogous to `message-error` which is red.
This commit is contained in:
Guangcong Luo 2026-04-05 05:04:22 +00:00
parent e5d84292ad
commit fccc638a49
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -5,7 +5,7 @@ License: GPLv2
*/
@import url(./battle-log.css?v10);
@import url(./battle-log.css?v11);
.battle {
position: absolute;