diff --git a/_scss/_content.scss b/_scss/_content.scss index 557670ed35..398752cd1a 100755 --- a/_scss/_content.scss +++ b/_scss/_content.scss @@ -72,7 +72,10 @@ code { margin: 0 auto; width: 70px; } - h3, p { + h2 { + font-size: 22px; + } + h2, h3, p { margin: 0; } } diff --git a/_scss/_night-mode.scss b/_scss/_night-mode.scss index 064edf18f4..c96eec113d 100755 --- a/_scss/_night-mode.scss +++ b/_scss/_night-mode.scss @@ -124,7 +124,7 @@ body.night { background: $bg-component-night; img { opacity: 1; - filter: grayscale(100%); + filter: grayscale(100%) brightness(2); } } .transparent-btn { diff --git a/get-docker.md b/get-docker.md index d14b8189b5..a8942480fe 100644 --- a/get-docker.md +++ b/get-docker.md @@ -25,27 +25,27 @@ section and choose the best installation path for you.
A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.
A native Windows application which delivers all Docker tools to your Windows computer.
Install Docker on a computer which already has a Linux distribution installed.