Skip to content

Commit

Permalink
Linter: other ajustments in global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 11, 2024
1 parent 2fb6e5c commit 4bab943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name: Lint Code Base

on:
push:
branches: [ "main" ]
branches:
- "**"
pull_request:
branches: [ "main" ]
jobs:
Expand Down
4 changes: 0 additions & 4 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4bab943

Please sign in to comment.