diff --git a/.github/release.md b/.github/release.md index 01bb165..2e3e71b 100644 --- a/.github/release.md +++ b/.github/release.md @@ -1,3 +1 @@ -同步 Gitea 版本 1.23.0 - -工作流状态弹窗添加过渡动画 \ No newline at end of file +仓库编程语言字体颜色调整 \ No newline at end of file diff --git a/src/repo.scss b/src/repo.scss index c44e169..3e31be1 100644 --- a/src/repo.scss +++ b/src/repo.scss @@ -181,3 +181,8 @@ color: #919894; } } + +// +.language-stats-details .item { + color: #f0f6fc; +} \ No newline at end of file