diff --git a/Support/output.html b/Support/output.html index b0ae036..436a214 100644 --- a/Support/output.html +++ b/Support/output.html @@ -7,17 +7,18 @@ background: #e8e8e8; padding: 0; margin: 0; + font-family:Arial, Helvetica, sans-serif; + font-size: 14px; } a.txmt { display: block; text-decoration: none; - color: #444; - background: -webkit-gradient(linear, 0 100%, 0 0, from(#CACACA), to(#DCDCDC)); + color: black; + background: -webkit-gradient(linear, 0 100%, 0 0, from(#DCDCDC), to(#EFEFEF)); border-style: solid; border-width: 1px 0; border-color: #fff #000 #afafaf #000; padding: 10px 20px; - text-shadow: 0 1px #fff; } a.txmt b { color: #fff; @@ -64,7 +65,7 @@