Add overview slides and cleanup bib

This commit is contained in:
2025-05-31 12:08:20 +02:00
parent 5a1f509b8a
commit 9c90536f9f
4 changed files with 378 additions and 570 deletions

View File

@@ -235,4 +235,11 @@
.fa {
width: 1.25em;
text-align: center;
}
/* Grey out links inside a row with class "greyed-out" */
tr.greyed-out,
tr.greyed-out a {
color: var(--col_grey_3) !important;
text-decoration: none !important;
}