Skip to content

Commit 1e23244

Browse files
committed
Add MATPOWER themed colors (yellow) for .. important::
1 parent 986b3d1 commit 1e23244

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/matpower.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ div.math {
8080
background-color: #e9f4f0;
8181
/*background-color: #faf1d9;*/ /* yellow */
8282
}
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+
}
8393
/* class */
8494
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 {
8595
/* teal */

0 commit comments

Comments
 (0)