add ieee colors

This commit is contained in:
chark1es 2024-12-04 07:37:56 -08:00
parent f73f4920f5
commit 76ea464922

View file

@ -1,8 +1,14 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
export default { export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: { theme: {
extend: {}, extend: {
}, colors: {
plugins: [], ieee_navigation_bg: "#090d18",
} ieee_online_store_bg: "#f3c135",
ieee_blue: "#00629b",
},
},
},
plugins: [],
};