fix: 커맨드 실패 결과 색상 복구

This commit is contained in:
2026-08-31 11:43:56 +00:00
parent bd826b1ff8
commit 3ef86448d7
2 changed files with 65 additions and 0 deletions
+9
View File
@@ -121,6 +121,15 @@ input[inputmode='search'] {
font-size: 0;
}
/*
* Domestic command logs keep Ref's semantic failure marker instead of a
* legacy color tag. Give that shared marker the Core command-result failure
* color so it stays distinct from skyblue success and neutral output.
*/
.ev_failed {
color: magenta;
}
.small_war_log .war_type_attack {
color: cyan;
}