mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Template update for new Arch logo
Signed-off-by: Thayer Williams <thayerw@gmail.com>
This commit is contained in:
parent
6683f3ceeb
commit
d4faaaf319
5 changed files with 86 additions and 97 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue