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