Increase contrast across the board — text, dims, accents, borders
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');
|
||||
|
||||
:root {
|
||||
--bg: #06060e;
|
||||
--panel: #0a0a16;
|
||||
--border: #1a1a2e;
|
||||
--text: #c8c8d8;
|
||||
--dim: #4a4a6a;
|
||||
--accent: #7a44aa; /* eldritch purple */
|
||||
--dread: #cc44cc; /* dread pink */
|
||||
--kaos: #ff6600; /* chaos orange */
|
||||
--safe: #228844; /* hemlighet green */
|
||||
--danger: #cc2222; /* investigator red */
|
||||
--ritual: #4488ff; /* ritual blue */
|
||||
--bg: #0d0d1a;
|
||||
--panel: #12121f;
|
||||
--border: #2a2a42;
|
||||
--text: #e2e2f0;
|
||||
--dim: #8888aa;
|
||||
--accent: #aa66dd; /* eldritch purple */
|
||||
--dread: #ee55ee; /* dread pink */
|
||||
--kaos: #ff8833; /* chaos orange */
|
||||
--safe: #44bb66; /* hemlighet green */
|
||||
--danger: #ee4444; /* investigator red */
|
||||
--ritual: #66aaff; /* ritual blue */
|
||||
--win: #00e87a;
|
||||
}
|
||||
|
||||
@@ -179,13 +179,13 @@ body {
|
||||
}
|
||||
|
||||
.upgrade-btn .up-desc {
|
||||
color: var(--dim);
|
||||
color: #aaaacc;
|
||||
font-size: 10px;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.upgrade-btn .up-cost { font-size: 10px; color: var(--dim); }
|
||||
.upgrade-btn .up-cost { font-size: 10px; color: #9999bb; }
|
||||
|
||||
/* ── Log ── */
|
||||
#log {
|
||||
@@ -199,7 +199,7 @@ body {
|
||||
|
||||
.log-entry {
|
||||
padding: 8px 16px;
|
||||
border-bottom: 1px solid #0e0e1a;
|
||||
border-bottom: 1px solid #1a1a2e;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user