Ajoute admonish travail + module private pour cacher les corrections

This commit is contained in:
Alexis Fourmaux 2025-07-18 20:34:56 +02:00
parent 889358a091
commit 1a002a780c
5 changed files with 89 additions and 1 deletions

View file

@ -1,4 +1,13 @@
/* https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html */
:root{
--mono-font: "Ubuntu Mono", monospace;
}
html {
font-family: "Ubuntu", sans-serif;
}
.latte.hljs {
color: #4c4f69;
background: #eff1f5;