Merge pull request #2507 from Wevah/main

CSS fixes
This commit is contained in:
Maurice Parker
2020-10-19 16:41:08 -05:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ a:hover {
body {
color: var(--body-color);
background-color: var(--body-background-color);
background-color: var(--body-background-color) !important;
}
body .headerTable {
@@ -182,6 +182,9 @@ code, pre {
border: none;
padding: 0;
}
.nnw-overflow table[border="0"] {
border-width: 0;
}
img, figure, video, div, object {
max-width: 100%;