aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/button.scss')
-rw-r--r--src/styles/button.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/button.scss b/src/styles/button.scss
index 106caa6bc..98e8f515c 100644
--- a/src/styles/button.scss
+++ b/src/styles/button.scss
@@ -130,7 +130,9 @@
130 color: $theme-brand-primary; 130 color: $theme-brand-primary;
131 padding: 10px 20px; 131 padding: 10px 20px;
132 @media (prefers-reduced-motion: no-preference) { 132 @media (prefers-reduced-motion: no-preference) {
133 transition: background 0.5s, color 0.5s; 133 transition:
134 background 0.5s,
135 color 0.5s;
134 } 136 }
135 &:hover { 137 &:hover {
136 background: darken($theme-brand-primary, 5%); 138 background: darken($theme-brand-primary, 5%);