mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
[fix] #421 Tables content in solarized themes unreadable
This commit is contained in:
parent
f85bfdf186
commit
a678f9df38
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user