aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorIndrajith K L2022-10-01 19:31:46 +0530
committerIndrajith K L2022-10-01 19:31:46 +0530
commit62ed7b262455d2535085903ef5bfd62b699dd89c (patch)
treeccc265758ec4411f4ab9d2ab69e73cb0044683d0 /tailwind.config.js
parentaaa2da4e22be420891a00bb1b33bdfc431db80bd (diff)
downloadindrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.gz
indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.bz2
indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.zip
Theming & CV Changes
* Adds New Color themes based on happyhues * Adds CV - In-Progress
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index bacfb5c..416c76e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -26,12 +26,12 @@ module.exports = {
300: '#d08159'
},
main: {
- background: "#fffffe",
- hadline: "#33272a",
- subheadline: "#594a4e",
- cardbackground: "#faeee7",
- cardheading: "#33272a",
- cardparagraph: "#594a4e",
+ 'cream-white-1': "#fffffe",
+ 'dark-brown': "#33272a",
+ 'normal-brown': "#594a4e",
+ 'cream-white-2': "#faeee7",
+ 'dark-brown-2': "#33272a",
+ 'red': "#ff8ba7"
}
}
},