diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 00:34:19 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 00:34:19 +0200 |
| commit | 4cda4bc46d4e6faf85a86839611954b0f222c36d (patch) | |
| tree | cc7df906753c0634b97d0b2f3ac97f87aa5b5a01 /src | |
| parent | chore: remove unused Rubik font import (diff) | |
| download | pml68.dev-4cda4bc46d4e6faf85a86839611954b0f222c36d.tar.gz | |
fix: incorrect social link hover color transition
Diffstat (limited to '')
| -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; } } |
