mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Docs/CSS: Fix Notes/Warnings blocks' BG colour to improve its state.
Docs' BG was original "#fff" and blocks such as code blocks or warning-notes blocks were coloured in #F2F2F2. In order to make it easier to read everything, the BG colour was changed to #fff. However, the switch missed to convert other blocks' BG colour. This commit aims to re-introduce the correct contrast by changing the BG colour of warning/notes block to #fff. Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
This commit is contained in:
parent
425b315695
commit
abf3baf4eb
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