summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngrid Budau <twigle_ingrid@yahoo.com>2022-06-16 12:35:02 +0200
committerIngrid Budau <twigle_ingrid@yahoo.com>2022-06-16 12:35:02 +0200
commited01767d4965b4bfb1dfeb42ea1599e122a24368 (patch)
tree6b5f0ab32e3c3df85809b6f3a7e2899b84db13a3
parent32fa3b5817fd79afa4d1652e339a6bfea3a2ffc8 (diff)
downloadqutebrowser-ed01767d4965b4bfb1dfeb42ea1599e122a24368.tar.gz
qutebrowser-ed01767d4965b4bfb1dfeb42ea1599e122a24368.zip
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
-rw-r--r--qutebrowser/html/startpage.html11
1 files changed, 1 insertions, 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 {