From ac3123724fd869ad4d75621bd219e57e49216821 Mon Sep 17 00:00:00 2001 From: Sapinder Date: Sat, 9 Jan 2021 18:11:44 +0530 Subject: [PATCH] adjust font-weight of suggestions --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ebd9d83..3e414df 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,8 @@ input { transition: background 0.2s; display: flex; justify-content: space-between; - text-transform: capitalize; + text-transform: capitalize; + font-weight: bold; } .suggestions li:nth-child(even) { transform: perspective(100px) rotateX(3deg) translateY(2px) scale(1.001);