aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 17:10:17 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-11 17:10:17 +0200
commit74daa50c4c1a2b083f9c1fe0177bd216855505f9 (patch)
treeffbb5186d979cb42119120583d682e0442030074 /src/styles
parentMinify images using ImageOptim (lossless compression) (#1012) (diff)
downloadferdium-app-74daa50c4c1a2b083f9c1fe0177bd216855505f9.tar.gz
ferdium-app-74daa50c4c1a2b083f9c1fe0177bd216855505f9.tar.zst
ferdium-app-74daa50c4c1a2b083f9c1fe0177bd216855505f9.zip
Merge #722
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 {