From b69ba825f80b2e2f9f9476d9987ad199d4eb3e45 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Sun, 8 Oct 2017 19:39:06 -0400 Subject: [PATCH] Remove redundant link colors in hackernews.styl --- css/solarized-all-sites-dark.css | 3 --- css/solarized-all-sites-light.css | 3 --- css/solarized-hackernews-dark.css | 3 --- css/solarized-hackernews-light.css | 3 --- sites/hackernews.styl | 3 --- 5 files changed, 15 deletions(-) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index e713db6..c40deb2 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -968,9 +968,6 @@ div.crp { #fbar { background-color: #073642 !important; } -a { - color: #268bd2 !important; -} table { background-color: #002b36 !important; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index f7c1ffd..e3fb809 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -968,9 +968,6 @@ div.crp { #fbar { background-color: #eee8d5 !important; } -a { - color: #268bd2 !important; -} table { background-color: #fdf6e3 !important; } diff --git a/css/solarized-hackernews-dark.css b/css/solarized-hackernews-dark.css index 708c7a9..93c6008 100644 --- a/css/solarized-hackernews-dark.css +++ b/css/solarized-hackernews-dark.css @@ -24,9 +24,6 @@ pre { background-color: #073642 !important; color: #839496 !important; } -a { - color: #268bd2 !important; -} table { background-color: #002b36 !important; } diff --git a/css/solarized-hackernews-light.css b/css/solarized-hackernews-light.css index 964f09a..38347e9 100644 --- a/css/solarized-hackernews-light.css +++ b/css/solarized-hackernews-light.css @@ -24,9 +24,6 @@ pre { background-color: #eee8d5 !important; color: #657b83 !important; } -a { - color: #268bd2 !important; -} table { background-color: #fdf6e3 !important; } diff --git a/sites/hackernews.styl b/sites/hackernews.styl index f0794b0..41700e9 100644 --- a/sites/hackernews.styl +++ b/sites/hackernews.styl @@ -1,8 +1,5 @@ // ** Main -a - color blue - table background-color()