style(runbackup): gray card panel #256

Merged
jmiller merged 1 commits from style/runbackup-gray-card into dev 2026-07-13 00:52:16 +00:00
@@ -27,9 +27,11 @@ body {
padding: 0 1rem;
}
/* overflow:hidden clips the full-bleed bar to the card's rounded corners. */
.msb-runbackup .card {
/* overflow:hidden clips the full-bleed bar to the card's rounded corners.
The card is a gray panel on the black backdrop. */
.msb-runbackup > .card {
overflow: hidden;
background-color: var(--bs-gray-400, #ced4da);
}
.msb-rb-progress {