mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-26 21:20:31 +00:00
优化仪表板样式 & 同步代码编辑器背景色
This commit is contained in:
@@ -4,7 +4,18 @@ export const dashboard = css`
|
||||
.page-content.dashboard {
|
||||
// 仓库列表的仓库/组织切换按钮
|
||||
.ui.two.item.menu {
|
||||
background-color: unset;
|
||||
box-shadow: ${themeVars.github.shadow.floating.small};
|
||||
border: unset;
|
||||
border-radius: 12px;
|
||||
margin-bottom: 8px;
|
||||
> .item {
|
||||
&:first-child {
|
||||
border-radius: 12px 0 0 12px;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0 12px 12px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
// 仓库/组织列表标题
|
||||
.ui.top.attached.header {
|
||||
|
||||
Reference in New Issue
Block a user