💄 Updating the UI and style files.

This commit is contained in:
WispX
2020-03-18 22:08:45 +08:00
parent 8d735df6a8
commit 50348ab7d6
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -587,6 +587,10 @@ body.mdui-theme-layout-dark .markdown-body .highlight pre,
body.mdui-theme-layout-dark .markdown-body pre {
background-color: #585858;
}
body.mdui-theme-layout-dark .markdown-body .highlight pre code,
body.mdui-theme-layout-dark .markdown-body pre code {
color: #ececec;
}
body.mdui-theme-layout-dark .markdown-body table tr {
background-color: #4c4c4c;
}
File diff suppressed because one or more lines are too long
+3
View File
@@ -700,6 +700,9 @@ body.mdui-theme-layout-dark {
.highlight pre, pre {
background-color: #585858;
code {
color: #ececec;
}
}
table {