add color configuration
This commit is contained in:
parent
5888a3083d
commit
34539c7d51
1 changed files with 4 additions and 0 deletions
|
@ -6,12 +6,16 @@ export default {
|
||||||
colors: {
|
colors: {
|
||||||
ieee_online_store_bg: "#f3c135",
|
ieee_online_store_bg: "#f3c135",
|
||||||
ieee_blue: "#00629b",
|
ieee_blue: "#00629b",
|
||||||
|
ieee_gold_text: "#ffbc00",
|
||||||
|
|
||||||
nav_bg: "#090d19",
|
nav_bg: "#090d19",
|
||||||
nav_text: "#eaf7ff",
|
nav_text: "#eaf7ff",
|
||||||
|
|
||||||
bg_primary: "#0a0e1b",
|
bg_primary: "#0a0e1b",
|
||||||
top_gradient: "#1c284e",
|
top_gradient: "#1c284e",
|
||||||
|
|
||||||
|
card_bg: "#0d1324",
|
||||||
|
card_text: "#eaf7ff",
|
||||||
},
|
},
|
||||||
backgroundImage: {
|
backgroundImage: {
|
||||||
"gradient-radial":
|
"gradient-radial":
|
||||||
|
|
Loading…
Reference in a new issue