feat(ext/setup): sweep inline colors for palette refresh

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-24 22:23:34 -04:00
parent bbafe7fb7e
commit f32fe93202

View File

@@ -63,7 +63,7 @@
}
/* zxcvbn score-driven colors. Higher-scored bars light up earlier bars too. */
.strength-bar.s0 .seg.i0 { background: #f85149; }
.strength-bar.s0 .seg.i0 { background: #ab2b20; }
.strength-bar.s1 .seg.i0,
.strength-bar.s1 .seg.i1 { background: #f08d49; }
.strength-bar.s2 .seg.i0,
@@ -91,7 +91,7 @@
letter-spacing: 0.03em;
transition: color 0.2s ease;
}
.strength-label.s-very-weak { color: #f85149; }
.strength-label.s-very-weak { color: #ab2b20; }
.strength-label.s-weak { color: #f08d49; }
.strength-label.s-fair { color: #d29922; }
.strength-label.s-good { color: #3fb950; }
@@ -115,7 +115,7 @@
.pass-help {
background: #0d1117;
border: 1px solid #21262d;
border-left: 2px solid #1f6feb;
border-left: 2px solid #7c5719;
border-radius: 4px;
padding: 8px 12px;
font-size: 11px;
@@ -161,7 +161,7 @@
transition: color 0.15s ease, opacity 0.15s ease;
}
.match-indicator.ok { color: #3fb950; }
.match-indicator.bad { color: #f85149; }
.match-indicator.bad { color: #ab2b20; }
/* Primary button explicitly dims when disabled so the gate is obvious. */
.btn-primary:disabled {
@@ -205,7 +205,7 @@
}
.test-result.pass { color: #3fb950; }
.test-result.fail { color: #f85149; }
.test-result.fail { color: #ab2b20; }
</style>
</head>
<body>