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 {