From 2614feec177fcaa5c8078bfe3a65dc5001b4265f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 15 Nov 2016 14:35:25 +0100 Subject: [PATCH] [Backport] Add style for links --- app/styles/modules/common/lightbox.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 9cfb907a..6df94cbc 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -197,6 +197,12 @@ margin: 1rem 0; padding: 1rem 2rem; text-align: center; + a { + color: $primary; + &:hover { + color: $primary-light; + } + } } .help-text { @include font-size(small);