Remove problematic four digit CSS code

Text is not dislpayed correctly with newer browsers, such as Firefox 49,
because of CSS color values. In current browsers the four digit values
are discarded as invalid CSS. Browsers are adding support for RGBA as a
valid CSS color value.

https://github.com/webcompat/web-bugs/issues/2628
This commit is contained in:
Kevin Brosnan 2016-06-08 12:45:46 -07:00 committed by Martin Michlmayr
parent 0deeb50191
commit 413d162e74

View file

@ -13,8 +13,6 @@ body {
/* font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
font-size: 95%;
background-color: #0000;
color: #ffff;
}
a { text-decoration: none; color: #557733; }