From f0c5485c1fe2b57d0e8697bb1d4565e1126f6ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B1=80?= <131967983+lutinglt@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=97=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-github.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme-github.css b/theme-github.css index 025ae0f..780f7f8 100644 --- a/theme-github.css +++ b/theme-github.css @@ -1224,7 +1224,7 @@ a.ui.label:not(.basic, .sha):hover { } /* 仓库页面头部名称 */ -.page-content.repository img.ui.avatar { +.page-content.repository .repo-header img.ui.avatar { height: 32px; width: 32px; margin-block-start: 0.5rem; @@ -1298,6 +1298,14 @@ a.ui.label:not(.basic, .sha):hover { } /* 仓库文件列表 */ +.page-content.repository tr.commit-list { + height: 3.725rem; +} + +.page-content.repository .commit-list .latest-commit .commit-summary { + color: #9198a1; +} + .repository.file.list #repo-files-table tr:hover { background-color: var(--color-box-header); }