Ajoute admonish travail + module private pour cacher les corrections
This commit is contained in:
parent
889358a091
commit
1a002a780c
5 changed files with 89 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue