From 4bab943a56b78032fa48227dfaea2a93eadba0ad Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:26:17 -0500 Subject: [PATCH] Linter: other ajustments in global.css --- .github/workflows/super-linter.yml | 3 ++- src/styles/global.css | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 {