From 3ddf0ded476ea43edf73bff4e4fe10721aa1b401 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 20 Feb 2022 11:58:14 -0800 Subject: [PATCH] refactor css variables --- index.html | 114 +++++++++++++++++++++++++---------------------------- 1 file changed, 54 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index 93c8025..506e773 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ * * - "Default" suggestions come from CONFIG.suggestionDefaults (sync) * - "History" suggestions come from your previously entered queries (sync) - * - "DuckDuckGo" suggestions come from the DuckDuckGo search api (async) + * - "DuckDuckGo" suggestions come from the DuckDuckGo search API (async) * * To disable suggestions, remove all influencers. */ @@ -387,60 +387,57 @@