aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/solarized-dark/css
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 /themes/solarized-dark/css
parentf85bfdf186c525056e7c30e6b072b1bea9ba80c9 (diff)
downloadwallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.gz
wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.zst
wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.zip
[fix] #421 Tables content in solarized themes unreadable
Diffstat (limited to 'themes/solarized-dark/css')
-rw-r--r--themes/solarized-dark/css/style-solarized-dark.css3
1 files changed, 2 insertions, 1 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