6 lines
98 B
CSS
6 lines
98 B
CSS
.bs-page code {
|
|
font-family: var(--font-mono);
|
|
font-size: 0.85em;
|
|
color: var(--accent-2);
|
|
}
|