diff options
Diffstat (limited to 'src/styles/colours.css')
| -rw-r--r-- | src/styles/colours.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/styles/colours.css b/src/styles/colours.css index 2c55aa81..b7fc885d 100644 --- a/src/styles/colours.css +++ b/src/styles/colours.css @@ -43,9 +43,6 @@ } * { - transition: - color 0.15s ease-in-out, - background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, + border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } |