Fixing the colors for the notes section
This commit is contained in:
parent
775ac1d977
commit
30a82b41d3
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ div.admonition, div.hint, div.important, div.note, div.tip, div.sidebar, div.att
|
|||
}
|
||||
|
||||
div.note p.admonition-title {
|
||||
color: #ffffff;
|
||||
background-color: #007053 !important;
|
||||
border-bottom: 1px solid #007053;
|
||||
}
|
||||
|
||||
div.admonition p, div.hint p, div.important p, div.note p, div.tip p, div.sidebar p, div.attention p, div.caution p, div.danger p, div.error p, div.warning p, div.system-message p {
|
||||
color: #ffffff;
|
||||
}
|
Reference in a new issue