mirror of
https://github.com/zen-browser/astro-site-test.git
synced 2025-07-08 18:09:59 +02:00
feat(tailwind): update secondary color and adjust button background style
This commit is contained in:
parent
ee2a67a137
commit
94bb901f15
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ module.exports = {
|
||||||
colors: {
|
colors: {
|
||||||
// primary: "hsl(258, 48%, 23%)",
|
// primary: "hsl(258, 48%, 23%)",
|
||||||
primary: "hsl(0 0% 20%)",
|
primary: "hsl(0 0% 20%)",
|
||||||
secondary: "hsl(22, 100%, 50%)",
|
secondary: "hsl(21 73% 50%)",
|
||||||
muted: "hsl(0 0% 30%)",
|
muted: "hsl(0 0% 30%)",
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
|
@ -96,7 +96,7 @@ module.exports = {
|
||||||
"@apply text-center place-items-center": {},
|
"@apply text-center place-items-center": {},
|
||||||
},
|
},
|
||||||
".btn-base": {
|
".btn-base": {
|
||||||
"@apply bg-black text-primary font-semibold py-3 px-6 rounded-full w-fit flex items-center gap-2 text-lg drop-shadow-lg hover:drop-shadow-xl transition-all duration-300 dark:bg-white":
|
"@apply text-primary font-semibold py-3 px-6 rounded-full w-fit flex items-center gap-2 text-lg drop-shadow-lg hover:drop-shadow-xl transition-all duration-300 bg-white":
|
||||||
{},
|
{},
|
||||||
},
|
},
|
||||||
".description": {
|
".description": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue