From 3de434508e0b609dea1ce8dca94ef1b708e61d61 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Thu, 2 May 2024 23:41:35 +0200 Subject: Small colour tweaks --- .github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml | 1 + assets/css/_root.scss | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml b/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml index e9fa760..47d669c 100644 --- a/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml +++ b/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml @@ -40,5 +40,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: + app_location: "/" azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_TREE_0FE191203 }} action: "close" diff --git a/assets/css/_root.scss b/assets/css/_root.scss index 57cd83e..500b15c 100644 --- a/assets/css/_root.scss +++ b/assets/css/_root.scss @@ -1,9 +1,9 @@ -$accent: hsl(215, 69%, 49%); -$accentLight: hsl(215, 69%, 59%); -$accentDark: hsl(215, 69%, 39%); +$accent: hsl(215, 89%, 55%); +$accentLight: hsl(215, 89%, 69%); +$accentDark: hsl(215, 89%, 42%); $dark: hsl(340, 13%, 5%); $light: hsl(214, 64%, 98%); -$lightAlt: hsl(0, 0%, 94%); +$lightAlt: hsl(0, 0%, 100%); $shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); -- cgit v1.3