aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
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/type.scss
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/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 {