From 44fa8609c6a65a5dd7a1811fe5b7320c48ca49e0 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 14 Nov 2018 12:39:22 -0800 Subject: [PATCH] update colors & links --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index dced7ec..0e260aa 100644 --- a/index.html +++ b/index.html @@ -9,16 +9,13 @@ [null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'], ['Work', 'Drive', 'd', 'https://drive.google.com', '/drive/search?q={}', '#4285f4'], ['Work', 'GitHub', 'g', 'https://github.com', '/search?q={}', '#333'], - ['Work', 'Inbox', 'i', 'https://inbox.google.com', '/search/{}', '#4285f4'], ['Work', 'Keep', 'k', 'https://keep.google.com', '/#search/text={}', '#fb0'], ['Lurk', 'Hunt', 'H', 'https://www.producthunt.com', '/search?q={}', '#da552f'], - ['Lurk', 'Photos', 'p', 'https://photos.google.com', '/search/{}', '#34a853'], ['Lurk', 'Reddit', 'r', 'https://www.reddit.com', '/search?q={}', '#5f99cf'], ['Lurk', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'], ['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'], ['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'], ['Listen', 'SoundCloud', 's', 'https://soundcloud.com/discover', '/search?q={}', '#ff8800'], - ['Listen', 'YouTube Music', 'm', 'https://music.youtube.com', '/search?q={}', '#FF0004'], ['Watch', 'Netflix', 'n', 'https://www.netflix.com/browse', '/search?q={}', '#e50914'], ['Watch', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'], ['Watch', 'YouTube', 'y', 'https://youtube.com/feed/subscriptions', '/results?search_query={}', '#cd201f'], @@ -27,7 +24,6 @@ ['Learn', 'Egghead', 'e', 'https://egghead.io', '/search?q={}', '#171C23'], ['Download', '7digital', '7', 'https://us.7digital.com', '/search?q={}', '#07606e'], ['Download', 'RARBG', 'R', 'https://rarbg.to', '/torrents.php?search={}', '#00d1b2'], - ['Download', 'Pirate Bay', 'b', 'https://thepiratebay.org', '/search/{}', '#4c4132'], ['Download', 'YTS', 'Y', 'https://yts.am/browse-movies/all/1080p/all/7/latest', '/browse-movies/{}', '#2f2f2f'], ], @@ -101,8 +97,8 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,900'); :root { - --color0: rgb(205, 208, 215); - --color15: rgb(38, 41, 53); + --color0: rgb(44, 47, 50); + --color15: rgb(205, 208, 215); } body {