From 318273a75d19b26af18c95f74c378d34d5329f6b Mon Sep 17 00:00:00 2001 From: Magnus Hovland Hoff Date: Mon, 8 Oct 2018 07:49:14 +0200 Subject: [PATCH] Improve placeholder styling. Apply placeholder styling to title editor as well --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 73a3c92..884105d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -532,9 +532,9 @@ input[type="search"] { text-overflow: ellipsis; } -input[type="search"]::placeholder { +input[type="search"]::placeholder, .hero input::placeholder { color: var(--theme-text); - opacity: 0.8; + opacity: 0.6; } .search .live-results {