Merge pull request #5441 from ostezer/docs-fix-notes-warnings-bg
Docs/CSS: Fix Notes/Warnings blocks' BG colour to improve its state.
This commit is contained in:
commit
548cadd0a2
1 changed files with 1 additions and 1 deletions
2
docs/theme/mkdocs/css/base.css
vendored
2
docs/theme/mkdocs/css/base.css
vendored
|
@ -61,7 +61,7 @@ h6,
|
|||
font-size: 1em;
|
||||
}
|
||||
#content blockquote {
|
||||
background: #f2f2f2;
|
||||
background: #fff;
|
||||
border-left-color: #ccc;
|
||||
}
|
||||
#content blockquote p {
|
||||
|
|
Loading…
Add table
Reference in a new issue