1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
nft-preview-card/tailwind.config.js

19 lines
313 B
JavaScript
Raw Normal View History

2024-07-11 04:34:54 +00:00
export default {
2024-07-15 12:47:00 +00:00
content: ["index.html"],
theme: {
colors: {
blue: {
200: "#8BACD9",
400: "#2E405A",
600: "#15263F",
800: "#0D192C",
},
cyan: "#00FFF8",
white: "#FFFFFF",
},
fontFamily: {
sans: ["Outfit", "sans-serif"],
},
},
2024-07-11 04:34:54 +00:00
};