aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/type.scss')
-rw-r--r--src/styles/type.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/type.scss b/src/styles/type.scss
index 5b1160d0b..7531b2044 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -57,7 +57,10 @@ a, button {
57 } 57 }
58 } 58 }
59 59
60 &.link { color: $theme-brand-primary; } 60 &.link {
61 color: $theme-brand-primary;
62 cursor: pointer;
63 }
61} 64}
62 65
63.error-message, .error-message:last-of-type { 66.error-message, .error-message:last-of-type {