update colors

This commit is contained in:
Cade Scroggins
2019-04-16 09:31:47 -07:00
parent 489ef3942e
commit e256f0959c
+3 -3
View File
@@ -29,7 +29,7 @@
key: 'g', key: 'g',
url: 'https://github.com', url: 'https://github.com',
search: '/search?q={}', search: '/search?q={}',
color: 'linear-gradient(135deg, #9cdaf1, #7dbbe6)', color: 'linear-gradient(135deg, #8ccae1, #6dabd6)',
}, },
{ {
category: 'Work', category: 'Work',
@@ -402,7 +402,7 @@
} }
.search-suggestion { .search-suggestion {
padding: 0.5rem 1rem; padding: 0.75rem 1rem;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
@@ -410,7 +410,7 @@
.search-suggestion.highlight { .search-suggestion.highlight {
background: var(--searchForeground); background: var(--searchForeground);
color: transparent; color: var(--searchBackground);
} }
.search-suggestion b { .search-suggestion b {