forked from wallabag/wallabag
[fix] #421 Tables content in solarized themes unreadable
This commit is contained in:
@ -42,7 +42,8 @@ body,
|
|||||||
body,
|
body,
|
||||||
a,
|
a,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:visited {
|
a:visited,
|
||||||
|
td {
|
||||||
color: #839496;
|
color: #839496;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,8 @@ body,
|
|||||||
body,
|
body,
|
||||||
a,
|
a,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:visited {
|
a:visited,
|
||||||
|
td {
|
||||||
color: #657b83;
|
color: #657b83;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user