tweak styles

This commit is contained in:
Cade Scroggins 2022-02-20 14:25:16 -08:00
parent 18548a3a8d
commit efab31d87d
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -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 {