Revert rendering as slides

This commit is contained in:
Benjamin Uekermann 2023-10-09 09:03:54 +02:00
parent b40a2b0ec8
commit 40f1eaca1c

View File

@ -1,9 +1,37 @@
---
format: revealjs
type: slide
slideOptions:
transition: slide
width: 1400
height: 900
margin: 0.1
---
<style>
.reveal strong {
font-weight: bold;
color: orange;
}
.reveal p {
text-align: left;
}
.reveal section h1 {
color: orange;
}
.reveal section h2 {
color: orange;
}
.reveal code {
font-family: 'Ubuntu Mono';
color: orange;
}
.reveal section img {
background:none;
border:none;
box-shadow:none;
}
</style>
# Learning Goals
- Justify the effort of developing tests to some extent