mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 02:01:29 +08:00
feat: minor change for link hover animation
This commit is contained in:
@@ -93,9 +93,9 @@
|
||||
.post-content a:hover,
|
||||
nav a:hover {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid #d71a1b;
|
||||
-webkit-transition: all .2s ease-out;
|
||||
transition: all .2s ease-out;
|
||||
border-bottom: 2px solid #d71a1b;
|
||||
-webkit-transition: all .1s ease;
|
||||
transition: all .1s ease;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user