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