mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-13 02:19:16 +00:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors:{
|
|
"bg":"#181C1F",
|
|
"accent":"#80C1F5",
|
|
"text":"#FFFFFF"
|
|
}
|
|
}
|
|
}
|
|
} |