This commit is contained in:
lutinglt
2025-02-14 00:40:18 +08:00
parent d83f8e9e10
commit bed93d8777
28 changed files with 52 additions and 52 deletions

11
sass/fontcolor.scss Normal file
View File

@@ -0,0 +1,11 @@
// Made by Luting ^-^
.lines-num span:after {
color: var(--color-text);
}
.ui.cards > .card,
.ui.card {
> .extra a:not(.ui):hover {
color: var(--color-blue);
}
}