]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] #421 Tables content in solarized themes unreadable
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 3 Feb 2014 11:34:28 +0000 (12:34 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 3 Feb 2014 11:34:28 +0000 (12:34 +0100)
themes/solarized-dark/css/style-solarized-dark.css
themes/solarized/css/style-solarized.css

index 7ce8a5633e0ba7b1b99df1641d723e26b0247d81..3b0feb2a562b2e8144a29fb94d2a0cf0767f34ff 100644 (file)
@@ -42,7 +42,8 @@ body,
 body,
 a,
 a:hover,
-a:visited {
+a:visited,
+td {
     color: #839496;
 }
 
index 9286c75078569872502b3056b76a4bdaf1f95654..6058d056372e9827b3257abe1869fab48fe686f2 100644 (file)
@@ -42,7 +42,8 @@ body,
 body,
 a,
 a:hover,
-a:visited {
+a:visited,
+td {
     color: #657b83;
 }