mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-02 22:12:00 +00:00
2c9eb2145f
* rename old file (temp) & tailwind config * pages test with directory * revert directory addition ~ Pages doesnt allow there to be a custom directory to serve site from, only preset. * 404 change from md * add kofi widget * add kofi widget * defer kofi build + add fontawesome * remove editor file * 404 basic content * 404- styling Repsonsiveness needed * typing animation??? * del, it didnt work * revert * introduction piece * grid creation and styling * layout * finish header content * add new domain * add custom redirect links * move new site (in dev) into dir
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors:{
|
|
"bg":"#181C1F",
|
|
"bg-accent":"#14171C",
|
|
"accent":"#80C1F5",
|
|
"text":"#FFFFFF"
|
|
}
|
|
}
|
|
}
|
|
} |