Skip to content

Commit a5f8ec2

Browse files
committed
Tutorial 14
1 parent ac437a4 commit a5f8ec2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ html[data-theme="dark"] blockquote {
7171
background-color: var(--light-purple);
7272
}
7373

74+
html[data-theme="dark"] .admonition,
75+
html[data-theme="dark"] div.admonition {
76+
background-color: #41454d;
77+
}
7478

7579
blockquote p {
7680
color: #282A36 !important; /* Teal text for paragraphs inside blockquote */

0 commit comments

Comments
 (0)