From a4958a35391b83b9db57473435be1cbcab0f3e12 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Mon, 10 Feb 2025 13:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AD=97=E4=BD=93=E7=B2=97?= =?UTF-8?q?=E7=BB=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/button.scss | 3 ++- src/dropdown.scss | 1 + src/release.scss | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/button.scss b/src/button.scss index 6750721..eb9c225 100644 --- a/src/button.scss +++ b/src/button.scss @@ -1,5 +1,6 @@ // Made by Luting ^-^ .ui.button { + font-weight: 500; padding: 9px 16px; } .ui.primary.button { @@ -34,7 +35,7 @@ } .ui.button.branch-dropdown-button { - padding: 6px 12px; + padding: 3px 12px; min-height: 28px; } diff --git a/src/dropdown.scss b/src/dropdown.scss index e28f9e2..cfff471 100644 --- a/src/dropdown.scss +++ b/src/dropdown.scss @@ -40,6 +40,7 @@ button { color: #f0f6fc !important; + font-weight: 600; padding: 6px 8px; margin: 8px 0; diff --git a/src/release.scss b/src/release.scss index 2e6915f..0a409b9 100644 --- a/src/release.scss +++ b/src/release.scss @@ -1,5 +1,9 @@ // Made by Luting ^-^ .page-content.repository.releases { + h2 .item { + font-weight: 500; + } + #release-list .release-entry { .meta { gap: 2px; @@ -33,6 +37,10 @@ .segment.detail { p.text.grey { margin: 16px 0; + + .time { + color: #f0f6fc; + } } .markup {