diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/fonts.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 395f424..cbc6ddc 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -65,6 +65,8 @@ span.warning /* Content Text */ .white { color: #fff; } .black { color: #000; } .green { color: #6db06d; } +/* Better contrast on out-of-date rows (FS#20514) */ +.outofdate .blue { color: #444; } .link { color: #6c83b0; |