first commit

This commit is contained in:
2025-12-30 14:05:31 +01:00
commit 59a19c962a
7 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/* Grundschriftgröße im gesamten Dokument erhöhen */
:root {
--md-text-font-size: 1.15rem; /* Standard ist ca. 0.8rem bis 0.9rem */
}
/* Mermaid Diagramme zentrieren */
.mermaid {
display: flex;
justify-content: center;
margin: 20px 0;
}
/* LaTeX Mathe-Formeln etwas hervorheben (größer) */
.arithmatex {
font-size: 1.3rem;
color: #1a237e; /* Ein schönes Dunkelblau für die Aufgaben */
}