In particular, had to use a darker color than the default background
color of the dark theme as the contrast was too little with danger and
info buttons.
}
/* Colored button, label */
-div.m-button a, .m-label { color: var(--background-color); }
+div.m-button a, .m-label { color: var(--button-background-color); }
div.m-button.m-default a, .m-label:not(.m-flat).m-default { background-color: var(--default-color); }
div.m-button.m-primary a, .m-label:not(.m-flat).m-primary { background-color: var(--primary-color); }
div.m-button.m-success a, .m-label:not(.m-flat).m-success { background-color: var(--success-color); }
--code-background-color: #282e36;
--code-note-background-color: rgba(34, 39, 46, 0.5);
--console-background-color: #000000;
+ --button-background-color: #22272e;
/* Header */
--header-border-width: 0 0 0.25rem 0;
--code-background-color: #fbf0ec;
--code-note-background-color: rgba(251, 240, 236, 0.5);
--console-background-color: #000000;
+ --button-background-color: #ffffff;
/* Header */
--header-border-width: 0.25rem 0 0 0;