diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 23:41:35 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-02 23:41:35 +0200 |
| commit | 3de434508e0b609dea1ce8dca94ef1b708e61d61 (patch) | |
| tree | ee945d00e3378cea3f7dad034d23f8e56c260125 | |
| parent | 1e7ec112c40ea6c2e30ed55743b6646a5c02bac4 (diff) | |
Small colour tweaks
| -rw-r--r-- | .github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml | 1 | ||||
| -rw-r--r-- | 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); |
