13 lines
191 B
CSS
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;
|
|
}
|