| Line 153: |
Line 153: |
| | | | |
| | .btn a { | | .btn a { |
| − | color: rgba(255, 255, 255, 1); | + | color: rgb(255, 255, 255); |
| | text-decoration: none; | | text-decoration: none; |
| | } | | } |
| | | | |
| | .btn a:external { | | .btn a:external { |
| − | color: rgba(255, 255, 255, 1); | + | color: rgb(255, 255, 255); |
| | text-decoration: none; | | text-decoration: none; |
| | + | } |
| | + | |
| | + | .btn a.external:visited { |
| | + | color: rgb(255, 255, 255); |
| | + | text-decoration: none; |
| | + | } |
| | + | |
| | + | .btn a.external:hover { |
| | + | color: rgb(255,255,255); |
| | + | text-decoration: underline; |
| | } | | } |
| | | | |