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