rename old file (temp) & tailwind config

This commit is contained in:
Will Clarke
2022-08-06 11:02:38 +01:00
parent 32f6f5da30
commit b3bd55f6ad
2 changed files with 11 additions and 0 deletions
View File
+11
View File
@@ -0,0 +1,11 @@
tailwind.config = {
theme: {
extend: {
colors:{
"bg":"#181C1F",
"accent":"#80C1F5",
"text":"#FFFFFF"
}
}
}
}