feat: 详情页作者名链接到 /space/:uid 空间页
- 作者名可点击跳转到作者空间页,已注销用户不生成链接 - hover 时变为主题紫色 + 下划线,与 meta 行风格协调
This commit is contained in:
@ -97,6 +97,16 @@
|
||||
color: #6b7280;
|
||||
}
|
||||
|
||||
.post-detail-meta a {
|
||||
color: #6b7280;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-detail-meta a:hover {
|
||||
color: #6366f1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.post-detail-body {
|
||||
font-size: 16px;
|
||||
line-height: 1.8;
|
||||
|
||||
Reference in New Issue
Block a user