We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05d0c75 + bb14588 commit 457c183Copy full SHA for 457c183
1 file changed
website/src/styles/main.css
@@ -402,6 +402,15 @@ html {
402
background: #1f2937;
403
}
404
405
+/* The asciidoctor stylesheet hardcodes the admonition body text to
406
+ rgba(0,0,0,.6); on the dark admonition background that renders black-on-dark
407
+ and is unreadable. Override the content text and its light divider for dark
408
+ mode. (#516) */
409
+.dark .asciidoc-content .admonitionblock > table td.content {
410
+ color: var(--color-text);
411
+ border-left-color: #374151;
412
+}
413
+
414
.dark .asciidoc-content hr {
415
border-color: #374151;
416
0 commit comments