We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac437a4 commit a5f8ec2Copy full SHA for a5f8ec2
_static/custom.css
@@ -71,6 +71,10 @@ html[data-theme="dark"] blockquote {
71
background-color: var(--light-purple);
72
}
73
74
+html[data-theme="dark"] .admonition,
75
+html[data-theme="dark"] div.admonition {
76
+ background-color: #41454d;
77
+}
78
79
blockquote p {
80
color: #282A36 !important; /* Teal text for paragraphs inside blockquote */
0 commit comments