From efab31d87d547fc8440719a87cc530e8d6bb8bff Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 20 Feb 2022 14:25:16 -0800 Subject: [PATCH] tweak styles --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 551d91d..1cd8667 100644 --- a/index.html +++ b/index.html @@ -396,7 +396,7 @@ --base-font-weight-normal: 400; --base-foreground: #fff; --clock-font-size: 3rem; - --command-background: #181818; + --command-background: #1a1a1a; --command-color-alpha: 1; --command-color-gradient: 135deg; --command-color-lightness: 50%; @@ -551,7 +551,7 @@ background-color: var(--command-background); border-radius: var(--base-border-radius); color: var(--command-foreground); - opacity: 0.85; + opacity: 0.8; line-height: var(--command-height); text-decoration: none; } @@ -594,7 +594,6 @@ font-size: var(--search-input-font-size); font-weight: var(--base-font-weight-black); text-align: center; - text-transform: uppercase; } .search-suggestions {