Upgarded to mermaid 8.6.2 and siabled theme detection

This commit is contained in:
Knut Sveidqvist
2020-07-22 19:28:06 +02:00
parent 887c7a7304
commit 8f6d4c1d5d
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ body {
margin: 0;
}
@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
body {
background-color: #3f3f3f;
color: #c8c8c8;
@@ -22,7 +22,7 @@ body {
a, label {
color: #d8d8d8;
}
}
} */
.mermaid {
/* font-family: 'trebuchet ms', verdana, arial; */
}