mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-28 07:00:32 +00:00
sass 拆分
This commit is contained in:
26
src/fontcolor.scss
Normal file
26
src/fontcolor.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
// Made by Luting ^-^
|
||||
.lines-num span:after {
|
||||
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 {
|
||||
color: var(--color-blue);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user