From b8a43682194d3dc27a2418adbc2c5aaa18a3bf82 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Mon, 20 Aug 2018 22:32:04 +0200 Subject: [PATCH] Improve contrast for placeholder text in search box --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index f53ab15..5ca3353 100644 --- a/assets/style.css +++ b/assets/style.css @@ -403,7 +403,7 @@ input[type="search"] { input[type="search"]::placeholder { color: var(--theme-text); - opacity: 0.5; + opacity: 0.8; } .search .live-results {