Using user prefered settings for selecting theme in the live editor

This commit is contained in:
Knut Sveidqvist
2020-07-04 14:53:50 +02:00
parent 54f9010141
commit 64b9bbbc56
8 changed files with 145 additions and 62 deletions
+9
View File
@@ -14,6 +14,15 @@ body {
margin: 0;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #3f3f3f;
color: #c8c8c8;
}
a, label {
color: #d8d8d8;
}
}
.mermaid {
/* font-family: 'trebuchet ms', verdana, arial; */
}