From da888041315317d3b1d8709523ab5047257b6dde Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 13 Jan 2019 04:12:57 +0000 Subject: [PATCH] Darken site background --- docs/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.css b/docs/index.css index 88f8809..5f92a10 100755 --- a/docs/index.css +++ b/docs/index.css @@ -5,7 +5,7 @@ --text-color-secondary: var(--grey-50); } :root.theme-dark { - --page-color: var(--grey-70); + --page-color: var(--grey-80); --text-color-primary: var(--white-100); --text-color-secondary: var(--grey-40); } @@ -143,17 +143,18 @@ body { .preview--bg { height: auto; - width: auto; - max-width: 912px; max-height: 712px; + max-width: 912px; + opacity: 0.65; + width: auto; } .preview--fg { + margin-inline-start: -40px; max-height: 281px; max-width: 462px; position: relative; top: 115px; - margin-inline-start: -40px; } .footer {