diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:34:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:34:28 +0100 |
commit | a678f9df3893c200f7555791f6c82730c3b3dd45 (patch) | |
tree | 4d618422697d0d4341ab39152299fa6ea9704701 /themes/solarized/css | |
parent | f85bfdf186c525056e7c30e6b072b1bea9ba80c9 (diff) | |
download | wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.gz wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.tar.zst wallabag-a678f9df3893c200f7555791f6c82730c3b3dd45.zip |
[fix] #421 Tables content in solarized themes unreadable
Diffstat (limited to 'themes/solarized/css')
-rw-r--r-- | themes/solarized/css/style-solarized.css | 3 |
1 files changed, 2 insertions, 1 deletions
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, | |||
42 | body, | 42 | body, |
43 | a, | 43 | a, |
44 | a:hover, | 44 | a:hover, |
45 | a:visited { | 45 | a:visited, |
46 | td { | ||
46 | color: #657b83; | 47 | color: #657b83; |
47 | } | 48 | } |
48 | 49 | ||