diff options
| author | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
| commit | 545d8a3473823f0a86cad3c177dbbb4ebb794a75 (patch) | |
| tree | 1606111911ea31c8fd8f9560dade41f5fedd6520 /tailwind.config.js | |
| parent | Update 7th (diff) | |
| download | moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.tar.xz moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.zip | |
Snapshot Moopa v3.2
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 44e8646..2112082 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -45,10 +45,11 @@ module.exports = { }, colors: { primary: "#141519", - secondary: "#22252E", + secondary: "#232329", action: "#FF7F57", image: "#3B3C41", txt: "#dbdcdd", + tersier: "#0c0d10", }, }, fontFamily: { @@ -75,8 +76,5 @@ module.exports = { nocompatible: true, }), require("tailwind-scrollbar-hide"), - require("vidstack/tailwind.cjs")({ - prefix: "media", // paused:... -> media-paused:... - }), ], }; |