Template update for new Arch logo

Signed-off-by: Thayer Williams <thayerw@gmail.com>
This commit is contained in:
Thayer Williams 2008-01-16 13:37:56 -08:00 committed by Dan McGee
parent 6683f3ceeb
commit d4faaaf319
5 changed files with 86 additions and 97 deletions

View file

@ -1,7 +1,7 @@
/* Standard Fonts */
span /* Applicable by default in all fonts */
{
color: #666;
color: #555;
font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif;
}
span.f1 /* Important */
@ -101,20 +101,14 @@
padding-right: 8px;
}
a:visited {
color: rgb(108,131,176);
text-decoration: none;
font-weight: bold;
}
a:link {
color: rgb(108,131,176);
a {
color: #0771a6;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #990000;
color: #333;
text-decoration: none;
font-weight: bold;
}