This commit is contained in:
oscar.plaisant@icloud.com
2024-01-10 02:18:57 +01:00
parent 00dc433995
commit 217c1820f7
74 changed files with 25710 additions and 52680 deletions

View File

@@ -381,6 +381,16 @@ code.mb-error {
color: var(--text-error) !important;
}
.mb-warning {
color: var(--text-warning) !important;
font-weight: bold;
font-family: var(--font-monospace);
}
code.mb-warning {
color: var(--text-warning) !important;
}
/* Code */
.mb-code {
color: var(--text-normal);