We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73ad7e commit b78d161Copy full SHA for b78d161
docs/_static/css/main.css
@@ -596,19 +596,28 @@ h2, h3 {
596
/* Docs Content
597
========================================================================== */
598
599
-.admonition-title {
600
- background-color: #e5ecf9;
601
- padding: 8px;
602
-}
603
-
604
.admonition {
605
background-color: #f8f8f8;
606
}
607
+.admonition p.admonition-title {
+ background-color: #e5ecf9;
+ font-weight: bold;
+ padding: 8px;
+}
608
+
609
.admonition pre {
610
background-color: #eeeeee !important;
611
612
613
+.admonition p {
614
+ padding: 0 8px;
615
616
617
+.admonition .last {
618
+ padding-bottom: 8px;
619
620
621
.docs-header {
622
position: relative;
623
padding: 7em 2em 4em;
0 commit comments