fix: dedup battle-logs list (one row/session), case-insensitive vehicle lookup, win/loss colors, clearer dividers, centered stat columns
This commit is contained in:
@@ -80,6 +80,8 @@
|
||||
--color-success: #00f2ff;
|
||||
--color-warning: #f4ee3e;
|
||||
--color-danger: #e82517;
|
||||
--color-win: #1a9e4b;
|
||||
--color-loss: #e82517;
|
||||
}
|
||||
|
||||
:root[data-theme="dark"] {
|
||||
@@ -102,6 +104,8 @@
|
||||
--color-success: #58f0f5;
|
||||
--color-warning: #f4ee3e;
|
||||
--color-danger: #ff6a5f;
|
||||
--color-win: #46d17e;
|
||||
--color-loss: #ff6a5f;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user