add styling link effect

This commit is contained in:
2022-01-06 22:30:36 +08:00
parent 83941e408d
commit 7e55d65585

View File

@@ -1,4 +1,23 @@
<!-- 超链接样式 -->
<style>
.post-tags a,
.post-content a {
text-decoration: none;
border-bottom: 1px dashed #d71a1b;
-webkit-transition: all .2s;
transition: all .2s;
}
.post-tags a:hover,
.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;
}
</style>
<footer class="footer"> <footer class="footer">
<span id="busuanzi_container_site_pv" style='display:none'> <span id="busuanzi_container_site_pv" style='display:none'>
嗨,第<span id="busuanzi_value_site_pv"></span>位小伙伴 : ) 嗨,第<span id="busuanzi_value_site_pv"></span>位小伙伴 : )