mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
tweak styles
This commit is contained in:
parent
18548a3a8d
commit
efab31d87d
1 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue