From e256f0959c0908971380380076097ff60ecadcfc Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Tue, 16 Apr 2019 09:31:47 -0700 Subject: [PATCH] update colors --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5a04744..45b14c0 100644 --- a/index.html +++ b/index.html @@ -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 {