refactor(design): brighter modern blue ink (#2563EB)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 37s

Shift ink from Prussian-deep #1E3A8A to the brighter blue-600 #2563EB
(Linear/Notion register). Muted + faint tokens follow into cooler
blue-grays. QR codes and rule-strong border updated.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-20 13:01:57 +02:00
parent 3ed673e215
commit 54021f88d8
5 changed files with 10 additions and 10 deletions

View File

@ -219,7 +219,7 @@ export default function CloudSharePanel() {
value={stage.shareUrl}
size={128}
bgColor="#F5F0E6"
fgColor="#1E3A8A"
fgColor="#2563EB"
/>
</div>
<div className="min-w-0 flex-1">

View File

@ -85,7 +85,7 @@ function PublicRoomModal({
<>
<div className="flex justify-center mb-5">
<div className="bg-paper p-3 border border-paper-edge rounded-sm">
<QRCodeSVG value={url} size={180} bgColor="#F5F0E6" fgColor="#1E3A8A" />
<QRCodeSVG value={url} size={180} bgColor="#F5F0E6" fgColor="#2563EB" />
</div>
</div>

View File

@ -12,9 +12,9 @@ export const color = {
paper: "#F5F0E6",
paperDeep: "#EBE4D4",
paperEdge: "#DCD3BE",
ink: "#1E3A8A",
inkMuted: "#6B7CA3",
inkFaint: "#A8B0C3",
ink: "#2563EB",
inkMuted: "#7B8AB0",
inkFaint: "#B4BCCE",
signal: "#1D4ED8",
signalQuiet: "#E3EAF5",

View File

@ -11,7 +11,7 @@
html,
body {
background: #f5f0e6;
color: #1e3a8a;
color: #2563eb;
font-family: "Inter", "Söhne", system-ui, -apple-system, sans-serif;
font-feature-settings: "ss01", "cv11";
-webkit-font-smoothing: antialiased;
@ -60,7 +60,7 @@
border-bottom: 1px solid #dcd3be;
}
.rule-strong {
border-bottom: 1px solid #1e3a8a;
border-bottom: 1px solid #2563eb;
}
/* Envelope: subtle diagonal flap hint used on panels */
.paper-panel {

View File

@ -7,9 +7,9 @@ export default {
paper: "#F5F0E6",
"paper-deep": "#EBE4D4",
"paper-edge": "#DCD3BE",
ink: "#1E3A8A",
"ink-muted": "#6B7CA3",
"ink-faint": "#A8B0C3",
ink: "#2563EB",
"ink-muted": "#7B8AB0",
"ink-faint": "#B4BCCE",
signal: "#1D4ED8",
"signal-quiet": "#E3EAF5",
ok: "#3E6B4A",