From 4aa6319e57bdc83bd44292d83e40e9f34c6b000b Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 10 Oct 2024 12:04:55 +0200 Subject: [PATCH 1/2] active state tool --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index bd86ace..9551621 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -807,7 +807,7 @@ footer { border-radius: $border-radius; padding: 0.1rem 0.25rem; - &:hover { + &:hover, &:active { text-decoration: none !important; color: $primary; } From ecb95cdba047ef7829deeed92f3a4892f004d730 Mon Sep 17 00:00:00 2001 From: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:31:17 +0200 Subject: [PATCH 2/2] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9ff369d..be9f891 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -13,7 +13,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3