Line 234: |
Line 234: |
| } | | } |
| | | |
− | .items a:link { | + | .items a { |
| color: rgb(255,255,255); | | color: rgb(255,255,255); |
| text-decoration: none; | | text-decoration: none; |
| + | } |
| + | |
| + | .items a:visited { |
| + | color: rgb(255,255,255); |
| + | text-decoration: none; |
| + | } |
| + | |
| + | .items a.:hover { |
| + | color: rgb(255,255,255); |
| + | text-decoration: underline; |
| } | | } |
| | | |