From 8b0691b632c47f7df699c13e8c667d79d27692ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 05:03:31 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Bump=20peaceiris/actions-hug?= =?UTF-8?q?o=20from=203.0.0=20to=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v3.0.0...v3.2.1) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d46bcb80..abd7a353 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: "latest" From a6ce29638a7903ac6d1e9973618a98037107bed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 05:04:01 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e1db3bf0..96463b1b 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1675,9 +1675,6 @@ .border-secondary-500 { border-color: rgba(var(--color-secondary-500), 1); } - .border-secondary-600 { - border-color: rgba(var(--color-secondary-600), 1); - } .border-transparent { border-color: transparent; } @@ -2190,9 +2187,6 @@ .text-primary-800 { color: rgba(var(--color-primary-800), 1); } - .text-secondary-400 { - color: rgba(var(--color-secondary-400), 1); - } .text-secondary-700 { color: rgba(var(--color-secondary-700), 1); } @@ -3288,11 +3282,6 @@ border-color: rgba(var(--color-secondary-600), 1); } } - .dark\:border-secondary-800 { - &:is(.dark *) { - border-color: rgba(var(--color-secondary-800), 1); - } - } .dark\:border-white\/10 { &:is(.dark *) { border-color: color-mix(in oklab, #fff 10%, transparent); @@ -3522,11 +3511,6 @@ color: rgba(var(--color-primary-400), 1); } } - .dark\:text-secondary-200 { - &:is(.dark *) { - color: rgba(var(--color-secondary-200), 1); - } - } .dark\:text-secondary-400 { &:is(.dark *) { color: rgba(var(--color-secondary-400), 1);