diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-03 10:03:41 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-03 10:03:41 -0800 |
commit | 38dafee05d52948fba4a06066d7b0343c8e3de9d (patch) | |
tree | 2e3f7bd3a58bfdb046742c3e65ff082e31a9859b /themes/solarized/css/style-solarized.css | |
parent | f355d2c87fa441221ca8a9339c426c1c95e7c2ac (diff) | |
parent | fa0bfb775a53a074e0a9d642298685b5ed1af83f (diff) | |
download | wallabag-38dafee05d52948fba4a06066d7b0343c8e3de9d.tar.gz wallabag-38dafee05d52948fba4a06066d7b0343c8e3de9d.tar.zst wallabag-38dafee05d52948fba4a06066d7b0343c8e3de9d.zip |
Merge pull request #427 from wallabag/dev1.4.0
changelog 1.4
Diffstat (limited to 'themes/solarized/css/style-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 | ||