diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index ca69cec..52022db 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -8,7 +8,8 @@ name: Lint Code Base on: push: - branches: [ "main" ] + branches: + - "**" pull_request: branches: [ "main" ] jobs: diff --git a/src/styles/global.css b/src/styles/global.css index ef226dd..0f9d940 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -12,10 +12,6 @@ --gray-light: 229, 233, 240; --gray-dark: 34, 41, 57; --gray-gradient: rgba(var(--gray-light) 50%), #fff; - --box-shadow: - 0 2px 6px rgba(var(--gray) 25%), - 0 8px 24px rgba(var(--gray) 33%), - 0 16px 32px rgba(var(--gray) 33%); } @font-face {