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:
parent
0deeb50191
commit
413d162e74
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue