+
+ Draft your email for the CoE's office in the proper format
+ to communicate your semester fee payment details.
+
+
+
+ GET STARTED
+
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 3c21d2f..c522636 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -2,7 +2,16 @@
export default {
content: ['./src/**/*.{html,ts,js,svelte}'],
theme: {
- extend: {}
+ extend: {
+ colors: {
+ back: {
+ 500: '#fdfdfd',
+ },
+ primary: {
+ 500: '#861224',
+ },
+ }
+ }
},
plugins: []
};