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
|
|
@ -361,3 +361,46 @@
|
|||
.mocha :is(.admonish-cite, .admonish-quote) > :is(.admonition-title, summary.admonition-title)::before {
|
||||
background-color: #f5c2e7;
|
||||
}
|
||||
|
||||
|
||||
/* Custom */
|
||||
|
||||
.macchiato :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title) {
|
||||
background-color: rgb(198, 160, 246, 0.2);
|
||||
}
|
||||
.macchiato :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title)::before {
|
||||
background-color: #c6a0f6;
|
||||
}
|
||||
.macchiato :is(.admonition):is(.admonish-travail) {
|
||||
border-color: #c6a0f6;
|
||||
}
|
||||
|
||||
.mocha :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title) {
|
||||
background-color: rgb(203, 166, 247, 0.2);
|
||||
}
|
||||
.mocha :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title)::before {
|
||||
background-color: #cba6f7;
|
||||
}
|
||||
.mocha :is(.admonition):is(.admonish-travail) {
|
||||
border-color: #cba6f7;
|
||||
}
|
||||
|
||||
.latte :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title) {
|
||||
background-color: rgb(136, 57, 239, 0.2);
|
||||
}
|
||||
.latte :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title)::before {
|
||||
background-color: rgb(136, 57, 239);
|
||||
}
|
||||
.latte :is(.admonition):is(.admonish-travail) {
|
||||
border-color: rgb(136, 57, 239);
|
||||
}
|
||||
|
||||
.frappe :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title) {
|
||||
background-color: rgb(202, 158, 230, 0.2);
|
||||
}
|
||||
.frappe :is(.admonish-travail) > :is(.admonition-title, summary.admonition-title)::before {
|
||||
background-color: #ca9ee6;
|
||||
}
|
||||
.frappe :is(.admonition):is(.admonish-travail) {
|
||||
border-color: #ca9ee6;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue