Actions和菜单项同步

This commit is contained in:
lutinglt
2025-01-13 20:15:50 +08:00
parent fe7cb17617
commit e1d1a2d0f9
6 changed files with 54 additions and 30 deletions

12
src/theme-github-my.scss Normal file
View File

@@ -0,0 +1,12 @@
/* Made by Luting ^-^ */
// 独家秘制小主题
@use 'theme-github';
.repository {
#commits-table .text.right,
#repo-files-table .repo-file-cell.age,
#repo-files-table relative-time {
font-family: 'Maple Mono NF', 'Maple Hand';
font-weight: normal !important;
}
}