Highlight invariant rooms across solver options with subtle border

This commit is contained in:
Ian Gulliver
2026-02-16 11:25:28 -08:00
parent 02165837c5
commit 17a79b7a48
2 changed files with 12 additions and 4 deletions

View File

@@ -70,6 +70,7 @@
#solver { margin-bottom: 0.75rem; }
#solver-results { margin-top: 0.5rem; }
.room-card { margin-bottom: 0.3rem; }
.room-locked::part(base) { border: 1px solid rgba(128, 128, 128, 0.2); }
.room-label { font-weight: bold; font-size: 0.8rem; margin-bottom: 0.2rem; }
.solver-score { font-size: 0.8rem; margin-top: 0.3rem; color: var(--wa-color-neutral-500); }
.divider { border: none; border-top: 1px solid #909090; margin: 0.75rem 0; }