From 226bcc0c70e32fe57e4c7bba42cb55eecad8d7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:54:39 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Bump=20actions/first-interac?= =?UTF-8?q?tion=20from=202=20to=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 2 to 3. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 1f55c4ca..b159d105 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v2 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for contributing to Blowfish" From 4c9a059635fe6e0b7a4978bbe23e42c58404fd33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:55:08 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 2a0aab1c..0559fe16 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -620,6 +620,9 @@ body.zen-mode-enable { .my-3 { margin-block: calc(var(--spacing) * 3); } + .me-2 { + margin-inline-end: calc(var(--spacing) * 2); + } .prose { color: var(--tw-prose-body); max-width: 65ch;