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 defd931..ade72f3 100644
--- a/app.scss
+++ b/app.scss
@@ -160,7 +160,7 @@ body {
160 160
161 a { 161 a {
162 color: #ffffff; 162 color: #ffffff;
163 &:hover { 163 &:hover, &:focus {
164 color: #ffffff; 164 color: #ffffff;
165 background-color: lighten( $secondary-color, 5% ); 165 background-color: lighten( $secondary-color, 5% );
166 } 166 }