diff options
| -rw-r--r-- | src/app.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.scss b/src/app.scss index 13b2d54..fe57f71 100644 --- a/src/app.scss +++ b/src/app.scss @@ -33,11 +33,11 @@ body { a { color: #ccc; text-decoration: none; - transition: color .45s ease-in-out; + transition: color .25s ease-in-out; - :hover { + &:hover { color: #a6fbb2; - transition: color .45s ease-in-out; + transition: color .25s ease-in-out; } } |
