aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app.scss')
-rw-r--r--app.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.scss b/app.scss
index a687338..476ee09 100644
--- a/app.scss
+++ b/app.scss
@@ -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 }