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 986b3d1 commit 1e23244Copy full SHA for 1e23244
css/matpower.css
@@ -80,6 +80,16 @@ div.math {
80
background-color: #e9f4f0;
81
/*background-color: #faf1d9;*/ /* yellow */
82
}
83
+/* important title */
84
+.rst-content .important .admonition-title {
85
+ /*background: #568085;*/
86
+ background: #e5ba40; /* yellow */
87
+}
88
+/* important body */
89
+.rst-content .important {
90
+ /*background-color: #e9f4f0;*/
91
+ background-color: #faf1d9; /* yellow */
92
93
/* class */
94
html.writer-html4 .rst-content dl:not(.docutils)>dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
95
/* teal */
0 commit comments