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);