优化评论图片样式,链接样式

This commit is contained in:
1152958806@qq.com 2023-11-09 01:17:31 +08:00
parent 17b827ab5f
commit 7bf6cb08bd
1 changed files with 16 additions and 0 deletions

View File

@ -152,6 +152,22 @@ i.haofont {
display: var(--fa-display,inline-block);
}
#page img {
border-radius: 12px
}
#page p a:not(.headerlink) {
text-decoration: none;
border-bottom: 2px solid var(--heo-lighttext);
font-weight: 700;
padding: 0 4px;
border-radius: 4px 4px 0 0
}
#page p a:hover {
text-decoration: none
}
/* 旧版css */
html {
line-height: 1.15;