From e0f4f82bf0023853343beff4283988162d616968 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Sat, 16 Mar 2019 13:19:44 +0530 Subject: [PATCH] Update about.css Fixed about page background issue on Linux --- src/windows/about/css/about.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/windows/about/css/about.css b/src/windows/about/css/about.css index e3ec669d..c665277c 100644 --- a/src/windows/about/css/about.css +++ b/src/windows/about/css/about.css @@ -8,7 +8,7 @@ html { body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - background: #212222; + background: #282C34 !important; width: 100%; height: 100%; } @@ -26,8 +26,9 @@ body { justify-content: center; align-items: center; height: 100%; + background: #282C34 !important; } .linktext { cursor: pointer; -} \ No newline at end of file +}