mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
仓库导航栏颜色同步&按钮大小优化
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
// Made by Luting ^-^
|
||||
.ui.button {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
.ui.primary.button {
|
||||
background-color: #238636;
|
||||
&:hover {
|
||||
|
||||
@@ -3,21 +3,6 @@
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.ui.secondary.pointing.menu {
|
||||
.active.item {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.active.item,
|
||||
.dropdown.item,
|
||||
.link.item,
|
||||
a.item {
|
||||
&:hover {
|
||||
color: var(--color-text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui.cards > .card,
|
||||
.ui.card {
|
||||
> .extra a:not(.ui):hover {
|
||||
|
||||
@@ -69,6 +69,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.active.item,
|
||||
.dropdown.item,
|
||||
.link.item,
|
||||
a.item {
|
||||
color: var(--color-text);
|
||||
|
||||
svg {
|
||||
color: #9198A1;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.active.item {
|
||||
border-color: #ffffff00;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user