mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-04 10:13:23 +00:00
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors:{
|
|
"bg":"#181C1F",
|
|
"bg-accent":"#14171C",
|
|
"accent":"#80C1F5",
|
|
"text":"#FFFFFF"
|
|
}
|
|
}
|
|
}
|
|
} |