aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss4
-rw-r--r--src/styles/type.scss5
2 files changed, 8 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index b908305de..147083a5f 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -505,3 +505,7 @@
505 width: 7px; 505 width: 7px;
506 } 506 }
507} 507}
508
509.settings__support-badges {
510 a { margin-right: 10px }
511}
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 {