fix: 帖子详情右栏默认头像与全站配色一致
作者卡占位头像改为深绿底白字,与 post-avatar 默认样式统一。
This commit is contained in:
@@ -1535,11 +1535,10 @@ html.dark .ssr-theme-icon--sun {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 0;
|
||||
background: var(--j13-green-bg);
|
||||
color: var(--j13-green);
|
||||
background: var(--j13-green);
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
box-shadow: 0 0 0 1px var(--j13-border-light);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.widget-author-avatar img {
|
||||
|
||||
Reference in New Issue
Block a user