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