增加链接样式,防止误触;

This commit is contained in:
2022-05-28 18:05:43 +08:00
parent 92f846f64f
commit ff353f0d43

View File

@@ -286,6 +286,10 @@ a.post-item:visited {
background-color: #ccc;
} */
.ul-content a {
border-block-end: 1px solid currentColor;
}
.ul-content img {
max-width: 100%;
}