summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {