🛻 Upgraded deps, fixed issues
This commit is contained in:
@@ -5,6 +5,17 @@ module.exports = {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
card: {
|
||||
wanted: "#f2d98d",
|
||||
delete: "#FFEBEE",
|
||||
scraped: "#b8edbc",
|
||||
uncompressed: "#FFF3E0",
|
||||
imported: "#d8dab0",
|
||||
},
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ["PP Object Sans Regular", "sans-serif"],
|
||||
hasklig: ["Hasklig Regular", "monospace"],
|
||||
|
||||
Reference in New Issue
Block a user