From ed01767d4965b4bfb1dfeb42ea1599e122a24368 Mon Sep 17 00:00:00 2001 From: Ingrid Budau Date: Thu, 16 Jun 2022 12:35:02 +0200 Subject: Change background color for light color scheme - Added a nuance of blue instead of white, as a background for light color scheme - Deleted some unused CSS --- qutebrowser/html/startpage.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/qutebrowser/html/startpage.html b/qutebrowser/html/startpage.html index 391a14c91..9cb3be706 100644 --- a/qutebrowser/html/startpage.html +++ b/qutebrowser/html/startpage.html @@ -31,11 +31,6 @@ body { margin-bottom: 20px; } -.title { - color: #c2e0ff; - font-size: 40px; -} - input { font-size: 23px; outline: none; @@ -91,11 +86,7 @@ a:link, a:visited { @media (prefers-color-scheme: light) { body { - background-color: #ffffff; - } - - .title { - color: #3cb0f3; + background-color: #f9fcff; } input { -- cgit v1.2.3-54-g00ecf