add colors
This commit is contained in:
parent
cb553e555e
commit
8d034ed451
1 changed files with 12 additions and 1 deletions
|
@ -8,14 +8,25 @@ export default {
|
||||||
ieee_blue: "#00629b",
|
ieee_blue: "#00629b",
|
||||||
ieee_gold_text: "#ffbc00",
|
ieee_gold_text: "#ffbc00",
|
||||||
|
|
||||||
|
// Navigation colors
|
||||||
nav_bg: "#090d19",
|
nav_bg: "#090d19",
|
||||||
nav_text: "#eaf7ff",
|
nav_text: "#eaf7ff",
|
||||||
|
|
||||||
|
// Layout colors
|
||||||
bg_primary: "#0a0e1b",
|
bg_primary: "#0a0e1b",
|
||||||
top_gradient: "#1c284e",
|
top_gradient: "#1c284e",
|
||||||
|
|
||||||
|
// Main Page Card colors
|
||||||
card_bg: "#0d1324",
|
card_bg: "#0d1324",
|
||||||
card_text: "#eaf7ff",
|
card_text: "#eaf7ff",
|
||||||
|
card_gradient: "#FFFFFF",
|
||||||
|
|
||||||
|
// Project Page Card colors
|
||||||
|
project_card_bg: "#0d1324",
|
||||||
|
project_card_text: "#FFFFFF",
|
||||||
|
project_card_gradient: "#000000",
|
||||||
|
project_button_bg: "#FFFFFF",
|
||||||
|
project_button_color: "#000000",
|
||||||
},
|
},
|
||||||
backgroundImage: {
|
backgroundImage: {
|
||||||
"gradient-radial":
|
"gradient-radial":
|
||||||
|
@ -23,5 +34,5 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [require("tailwindcss-motion"), require("tailwindcss-animated")],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue