George Drury
georgedrury.dev
George Drury
@georgedrury.dev
Full-time design generalist, part-time engineer. Also: type, semiotics, cats👌🏽
In previous versions you could separate them out in the tailwind.config.js

theme: {
extend: {
backgroundColor: {
secondary: '#00fd97',
},
textColor: {
secondary: '#001bff',
}
}
}
April 18, 2025 at 3:32 PM
In your theme.css

@theme{
--color-secondary: "#00fd97";
}

then you can then use bg-secondary, text-secondary, border-secondary
April 18, 2025 at 3:32 PM
Which tailwind version are you using?
April 18, 2025 at 2:11 PM
Looks great! Not sure about the interaction when you tap on the Vercel tag – feels very sudden when it scrolls to the anchor
March 10, 2025 at 6:57 PM