1
Fork 0
wagtail-caching/style.css

12 lines
201 B
CSS
Raw Normal View History

2024-06-09 15:01:51 +01:00
:root {
--slidev-code-padding: 1rem;
/* 3px larger than defaults */
--slidev-code-font-size: 15px;
--slidev-code-line-height: 21px;
}
2024-04-19 11:38:03 +01:00
.slidev-layout {
2024-06-09 15:01:51 +01:00
background-color: #2e1f5e
2024-04-19 11:38:03 +01:00
}