diff --git a/styles/quakeforge.css b/styles/quakeforge.css index 0a47cb6..5c95675 100644 --- a/styles/quakeforge.css +++ b/styles/quakeforge.css @@ -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; }