1
Fork 0
recovering-deleted-wagtail-.../style.css

13 lines
202 B
CSS
Raw Normal View History

2024-06-09 21:33:13 +01:00
:root {
--slidev-code-padding: 1rem;
/* 3px larger than defaults */
--slidev-code-font-size: 15px;
--slidev-code-line-height: 21px;
}
2024-04-18 17:05:39 +01:00
.slidev-layout {
2024-06-09 21:33:13 +01:00
background-color: #2e1f5e
2024-04-18 17:05:39 +01:00
}