mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update colors
This commit is contained in:
parent
489ef3942e
commit
e256f0959c
1 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
key: 'g',
|
||||
url: 'https://github.com',
|
||||
search: '/search?q={}',
|
||||
color: 'linear-gradient(135deg, #9cdaf1, #7dbbe6)',
|
||||
color: 'linear-gradient(135deg, #8ccae1, #6dabd6)',
|
||||
},
|
||||
{
|
||||
category: 'Work',
|
||||
|
|
@ -402,7 +402,7 @@
|
|||
}
|
||||
|
||||
.search-suggestion {
|
||||
padding: 0.5rem 1rem;
|
||||
padding: 0.75rem 1rem;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
|
@ -410,7 +410,7 @@
|
|||
|
||||
.search-suggestion.highlight {
|
||||
background: var(--searchForeground);
|
||||
color: transparent;
|
||||
color: var(--searchBackground);
|
||||
}
|
||||
|
||||
.search-suggestion b {
|
||||
|
|
|
|||
Loading…
Reference in a new issue