Skip to content

Commit

Permalink
Merge pull request #1 from impress-org/feature/updated-color-styles
Browse files Browse the repository at this point in the history
Feature: Added neutral colors
  • Loading branch information
jdghinson authored Nov 4, 2024
2 parents bacfa53 + d8fd2ec commit 3d42cdf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@
--givewp-purple-700: #120566;
--givewp-purple-800: #090040;
--givewp-purple-900: #03001a;
--givewp-neutral-25: #f9fafb;
--givewp-neutral-50: #f3f4f6;
--givewp-neutral-100: #e5e7eb;
--givewp-neutral-200: #d1d5db;
--givewp-neutral-300: #9ca0af;
--givewp-neutral-400: #6b7280;
--givewp-neutral-500: #4b5563;
--givewp-neutral-600: #374151;
--givewp-neutral-700: #1f2937;
--givewp-neutral-800: #111827;
--givewp-neutral-900: #060c1a;
--givewp-grey-5: #fafafa;
--givewp-grey-25: #f2f2f2;
--givewp-grey-50: #e6e6e6;
Expand Down

0 comments on commit 3d42cdf

Please sign in to comment.