mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-26 10:44:26 +00:00
Fix link colors.
This commit is contained in:
parent
9a04c69c2b
commit
97d1509f4c
1 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
|
|||
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
|
||||
PRE,TT { font-family: "Courier New", Courier, sans-serif; }
|
||||
/* Links */
|
||||
A { color: rgb(102,102,221); text-decoration: none; }
|
||||
A:visited { color: rgb(102,102,221); text-decoration: none; }
|
||||
A:link { color: rgb(102,102,221); text-decoration: none; }
|
||||
A:active { color: rgb(102,102,221); text-decoration: none; }
|
||||
A:hover { color: rgb(255,102,102); text-decoration: none; }
|
||||
A { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:visited { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:link { color: rgb(170,170,255); text-decoration: none; }
|
||||
A:active { color: rgb(255,255,255); text-decoration: none; }
|
||||
A:hover { color: rgb(255,170,170); text-decoration: none; }
|
||||
/* Special link types */
|
||||
A.maintitlebar { color: white; }
|
||||
A.sortbutton { color: white; text-decoration: underline; }
|
||||
|
|
Loading…
Reference in a new issue