Merge pull request #12502 from squeek502/autodoc-fields-light-mode

autodoc: Fix border color around field docs in light mode
This commit is contained in:
Loris Cro
2022-08-23 15:48:01 +02:00
committed by GitHub

View File

@@ -290,7 +290,7 @@
}
.fieldDocs {
border: 1px solid #2A2A2A;
border: 1px solid #F5F5F5;
border-top: 0px;
padding: 1px 1em;
}
@@ -414,6 +414,9 @@
.docs pre {
background-color:#2A2A2A;
}
.fieldDocs {
border-color:#2A2A2A;
}
#listNav {
background-color: #333;
}