25 lines
388 B
Markdown
25 lines
388 B
Markdown
---
|
|
marp: true
|
|
theme: gaia
|
|
# class:
|
|
# - lead
|
|
# - invert
|
|
---
|
|
|
|
<!--
|
|
Styling the Theme:
|
|
https://github.com/marp-team/marp-core/tree/main/themes -->
|
|
<style>
|
|
:root {
|
|
--color-background: #ddd !important;
|
|
--color-foreground: #333 !important;
|
|
--color-highlight: #f96 !important;
|
|
--color-dimmed: #888 !important;
|
|
}
|
|
</style>
|
|
|
|
# Quiz
|
|
<!-- INSERT NAME OF QUIZ HERE -->
|
|
|
|
---
|