Fixing the colors for the notes section

This commit is contained in:
Elia el Lazkani 2020-01-27 00:18:37 +01:00 committed by Elia El Lazkani
parent 775ac1d977
commit 30a82b41d3
No known key found for this signature in database
GPG key ID: FBD81F2B1F488C2B

View file

@ -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;
}