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 +}