From d087fc16d7ccc1a92de716df35388ef6337dfb0f Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 28 Dec 2024 00:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=A1=B5=E9=9D=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=AD=97=E4=BD=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.md | 2 +- src/root.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/release.md b/.github/release.md index 65b1a64..183b6c1 100644 --- a/.github/release.md +++ b/.github/release.md @@ -1 +1 @@ -Gitea 集成字体版本独立, 有需要下载 `theme-github-fonts.tar.gz` \ No newline at end of file +提交页面, 日期列 VictorMono 优先, 尽量保持等宽 \ No newline at end of file diff --git a/src/root.scss b/src/root.scss index ae15bf2..656fe29 100644 --- a/src/root.scss +++ b/src/root.scss @@ -8,6 +8,11 @@ font-weight: 500 } +.repository #commits-table .text.right.aligned { + font-family: "VictorMono NF", "VictorMono Nerd Font", "Maple Hand"; + font-weight: bold +} + :root { --is-dark-theme: true; --border-radius: 6px;