tweak styles

This commit is contained in:
Cade Scroggins
2022-02-20 14:25:16 -08:00
parent 18548a3a8d
commit efab31d87d
+2 -3
View File
@@ -396,7 +396,7 @@
--base-font-weight-normal: 400; --base-font-weight-normal: 400;
--base-foreground: #fff; --base-foreground: #fff;
--clock-font-size: 3rem; --clock-font-size: 3rem;
--command-background: #181818; --command-background: #1a1a1a;
--command-color-alpha: 1; --command-color-alpha: 1;
--command-color-gradient: 135deg; --command-color-gradient: 135deg;
--command-color-lightness: 50%; --command-color-lightness: 50%;
@@ -551,7 +551,7 @@
background-color: var(--command-background); background-color: var(--command-background);
border-radius: var(--base-border-radius); border-radius: var(--base-border-radius);
color: var(--command-foreground); color: var(--command-foreground);
opacity: 0.85; opacity: 0.8;
line-height: var(--command-height); line-height: var(--command-height);
text-decoration: none; text-decoration: none;
} }
@@ -594,7 +594,6 @@
font-size: var(--search-input-font-size); font-size: var(--search-input-font-size);
font-weight: var(--base-font-weight-black); font-weight: var(--base-font-weight-black);
text-align: center; text-align: center;
text-transform: uppercase;
} }
.search-suggestions { .search-suggestions {