Skip to content

Commit

Permalink
Merge pull request #303 from vordgi/rd-302
Browse files Browse the repository at this point in the history
rd-302 add theme to example
  • Loading branch information
vordgi authored Oct 13, 2024
2 parents fab05b1 + ee9beb9 commit edb5719
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/nextjs-conributing/src/app/globals.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:root {
--accent50: #eff6ff;
--accent100: #dbeafe;
--accent200: #bfdbfe;
--accent300: #93c5fd;
--accent400: #60a5fa;
--accent500: #3b82f6;
--accent600: #2563eb;
--accent700: #1d4ed8;
--accent800: #1e40af;
--accent900: #1e3a8a;
--accent950: #172554;
}

0 comments on commit edb5719

Please sign in to comment.