add diagonal stripe pattern to klausur and aufgabe class across b course

- update klausur class with 135deg diagonal stripes
- add aufgabe class with solid background
- apply to all termin slides (0-5)
This commit is contained in:
2026-01-05 17:18:27 +01:00
parent 8690e69e47
commit 3db80be669
5 changed files with 70 additions and 6 deletions

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight);
}
section.klausur {
background: #e3f2fd !important;
background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
}
section.klausur footer {
display: none;
}
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style>
<!-- _class: invert -->