authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2022-08-19 19:06:01-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2022-08-19 19:06:01-07:00
log9740bb242333c7886e662cf5a9e8149896d7e168
treeda285f322d4c6266bcf1805be60739ead1471d33
parente5e6eb983159df0a089e7d1c8efcea9006e253a9

autodoc: Fix border color around field docs in light mode

Follow up to https://github.com/ziglang/zig/pull/12305

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 }