feat: minor change for link hover animation

This commit is contained in:
Colin
2022-05-03 16:38:22 +08:00
parent 5fd052d8b3
commit 28b24d48a1

View File

@@ -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>