1
Fork 0
wagtail-caching/style.css
Jake Howard 9f929c8721
All checks were successful
/ build (push) Successful in 1m21s
Tweak layouts slightly
2024-06-09 15:01:51 +01:00

11 lines
201 B
CSS

:root {
--slidev-code-padding: 1rem;
/* 3px larger than defaults */
--slidev-code-font-size: 15px;
--slidev-code-line-height: 21px;
}
.slidev-layout {
background-color: #2e1f5e
}