diff options
| -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); |
