autodoc: Fix border color around field docs in light mode

Follow up to https://github.com/ziglang/zig/pull/12305
This commit is contained in:
Ryan Liptak
2022-08-19 19:06:01 -07:00
parent e5e6eb9831
commit 9740bb2423

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