Skip to content

Commit

Permalink
fix: revert tailwind color extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Nov 2, 2024
1 parent 8263e9c commit 6db44a0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@ export default {
],
plugins: [],
theme: {
extend: {
colors: {
lbgreen: '#50CC9A',
lbred: '#CC5277',
lbyellow: '#FFCE78',
lbwhite: '#FFFFFF',
lbgray: '#2F2F3B',
lbdarkgray: '#1F1F29',
lbblack: '#1A1A21',
},
},
// extend: {},
screens: {
sm: '640px',
md: '768px',
Expand Down

0 comments on commit 6db44a0

Please sign in to comment.