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
commit 8a8096f11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

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%;