aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-03 12:34:28 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-03 12:34:28 +0100
commita678f9df3893c200f7555791f6c82730c3b3dd45 (patch)
tree4d618422697d0d4341ab39152299fa6ea9704701
parentf85bfdf186c525056e7c30e6b072b1bea9ba80c9 (diff)
downloadwallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.gz
wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.zst
wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.zip
[fix] #421 Tables content in solarized themes unreadable
-rw-r--r--themes/solarized-dark/css/style-solarized-dark.css3
-rw-r--r--themes/solarized/css/style-solarized.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/themes/solarized-dark/css/style-solarized-dark.css b/themes/solarized-dark/css/style-solarized-dark.css
index 7ce8a563..3b0feb2a 100644
--- a/themes/solarized-dark/css/style-solarized-dark.css
+++ b/themes/solarized-dark/css/style-solarized-dark.css
@@ -42,7 +42,8 @@ body,
42body, 42body,
43a, 43a,
44a:hover, 44a:hover,
45a:visited { 45a:visited,
46td {
46 color: #839496; 47 color: #839496;
47} 48}
48 49
diff --git a/themes/solarized/css/style-solarized.css b/themes/solarized/css/style-solarized.css
index 9286c750..6058d056 100644
--- a/themes/solarized/css/style-solarized.css
+++ b/themes/solarized/css/style-solarized.css
@@ -42,7 +42,8 @@ body,
42body, 42body,
43a, 43a,
44a:hover, 44a:hover,
45a:visited { 45a:visited,
46td {
46 color: #657b83; 47 color: #657b83;
47} 48}
48 49