diff options
Diffstat (limited to 'app.scss')
-rw-r--r-- | app.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ body { | |||
180 | 180 | ||
181 | a { | 181 | a { |
182 | color: #ffffff; | 182 | color: #ffffff; |
183 | &:hover { | 183 | &:hover, &:focus { |
184 | color: #ffffff; | 184 | color: #ffffff; |
185 | background-color: lighten( $secondary-color, 5% ); | 185 | background-color: lighten( $secondary-color, 5% ); |
186 | } | 186 | } |