Merge branch 'master' into develop

This commit is contained in:
Knut Sveidqvist
2020-09-05 10:07:51 +02:00
10 changed files with 144 additions and 63 deletions
+57 -1
View File
File diff suppressed because one or more lines are too long
+7 -3
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; */
}
@@ -36,4 +36,8 @@ body {
i {
font-size: 10px !important;
}
}
.mermaidTooltip {
position: absolute;
}