
- Split into 4 files referenced by the first - Using MLFE and page-wide color definitions - Improved consistency and reduced markup complexity - Hinted more user actions - Improved visual parsability of tables and logs - Improved visibility of counter units - TODO: - Add text selection to important fields - Improve button placement - Reindent templates
9 lines
No EOL
130 B
CSS
9 lines
No EOL
130 B
CSS
:root {
|
|
--cl-bg: #111;
|
|
--cl-fg: #eee;
|
|
--cl-el: #333;
|
|
--cl-hl: #222;
|
|
|
|
background: var(--cl-bg);
|
|
color: var(--cl-fg);
|
|
} |