Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cade Scroggins committed Apr 16, 2019
1 parent 489ef39 commit e256f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -402,15 +402,15 @@
}

.search-suggestion {
padding: 0.5rem 1rem;
padding: 0.75rem 1rem;
text-align: left;
white-space: nowrap;
cursor: pointer;
}

.search-suggestion.highlight {
background: var(--searchForeground);
color: transparent;
color: var(--searchBackground);
}

.search-suggestion b {
Expand Down

0 comments on commit e256f09

Please sign in to comment.