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.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/type.scss b/src/styles/type.scss
index 234c4d5c4..3b7a953af 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -59,7 +59,9 @@ button {
59 position: relative; 59 position: relative;
60 text-align: center; 60 text-align: center;
61 @media (prefers-reduced-motion: no-preference) { 61 @media (prefers-reduced-motion: no-preference) {
62 transition: background 0.5s, color 0.5s; 62 transition:
63 background 0.5s,
64 color 0.5s;
63 } 65 }
64 cursor: pointer; 66 cursor: pointer;
65 67