From b3bd55f6ad2fa97f25a1d6bdef5fb47c8305b33a Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:02:38 +0100 Subject: [PATCH] rename old file (temp) & tailwind config --- index.html => old.html | 0 tailwind.config.js | 11 +++++++++++ 2 files changed, 11 insertions(+) rename index.html => old.html (100%) create mode 100644 tailwind.config.js diff --git a/index.html b/old.html similarity index 100% rename from index.html rename to old.html diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..543a696 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,11 @@ +tailwind.config = { + theme: { + extend: { + colors:{ + "bg":"#181C1F", + "accent":"#80C1F5", + "text":"#FFFFFF" + } + } + } +} \ No newline at end of file