authorgravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2022-08-23 15:48:01+02:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2022-08-23 15:48:01+02:00
log13e502b89b5d23a3f98675f4c5c9b4c819705bfb
treed5c3b10d26a95344569d59d5a9d6dade6f96adb5
parentd635dcacbf2d8ab8af97e75fda69b66e7b1ea1cf
parent9740bb242333c7886e662cf5a9e8149896d7e168
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

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

autodoc: Fix border color around field docs in light mode

1 files changed, 4 insertions(+), 1 deletions(-)

lib/docs/index.html+4-1
......@@ -290,7 +290,7 @@
290290 }
291291
292292 .fieldDocs {
293 border: 1px solid #2A2A2A;
293 border: 1px solid #F5F5F5;
294294 border-top: 0px;
295295 padding: 1px 1em;
296296 }
......@@ -414,6 +414,9 @@
414414 .docs pre {
415415 background-color:#2A2A2A;
416416 }
417 .fieldDocs {
418 border-color:#2A2A2A;
419 }
417420 #listNav {
418421 background-color: #333;
419422 }