mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user