diff options
Diffstat (limited to '')
| -rw-r--r-- | src/app.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.scss b/src/app.scss index 43e76e1..764f1b0 100644 --- a/src/app.scss +++ b/src/app.scss @@ -34,11 +34,11 @@ body { a { color: #ccc; text-decoration: none; - transition: color .3s ease-in-out; + transition: color .45s ease-in-out; :hover { color: #a6fbb2; - transition: color .3s ease-in-out; + transition: color .45s ease-in-out; } } |
