1
Fork 1
empowering-django-with-back.../style.css

12 lines
201 B
CSS
Raw Normal View History

2024-05-20 17:56:30 +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:31:54 +01:00
.slidev-layout {
2024-06-05 14:56:35 +01:00
background-color: #0c4b33
2024-04-19 11:31:54 +01:00
}