Files
BridgeSwarm/examples/media-demo/style.css
T
Raven Scott 906422d0a5
CI / Build & Test (push) Successful in 8m12s
Updates
2026-07-26 23:23:52 -04:00

13 lines
191 B
CSS

.bs-page code {
font-family: var(--font-mono);
font-size: 0.85em;
color: var(--accent-2);
}
.bs-stage {
margin-top: 0.75rem;
}
.bs-stage img,
.bs-stage video {
max-height: 360px;
}