Files
is-a-good-dev/tailwind.config.js
T
Will Clarke 2c9eb2145f New site (#142)
* 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
2022-08-06 22:22:55 +01:00

12 lines
243 B
JavaScript

tailwind.config = {
theme: {
extend: {
colors:{
"bg":"#181C1F",
"bg-accent":"#14171C",
"accent":"#80C1F5",
"text":"#FFFFFF"
}
}
}
}