mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
add styling link effect
This commit is contained in:
@@ -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>位小伙伴 : )
|
||||||
|
|||||||
Reference in New Issue
Block a user