mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-22 14:43:57 +00:00
头像和动态样式 & Issue 样式修复
This commit is contained in:
@@ -22,3 +22,12 @@ export const svg = css`
|
||||
color: #429cf0 !important;
|
||||
}
|
||||
`;
|
||||
|
||||
export const avatar = css`
|
||||
img.ui.avatar,
|
||||
.ui.avatar img,
|
||||
.ui.avatar svg {
|
||||
background-color: ${themeVars.github.avatar.bgColor};
|
||||
box-shadow: 0 0 0 1px ${themeVars.github.avatar.borderColor};
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user