diff options
| author | Factiven <[email protected]> | 2023-04-14 16:26:42 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-14 16:26:42 +0700 |
| commit | a4c2377011eddb580aa6df8dd56127259381e01b (patch) | |
| tree | c1129d4d2e0fe25739d0aac7bd2fbf6a58474d8c /tailwind.config.js | |
| parent | Update index.js (diff) | |
| download | moopa-a4c2377011eddb580aa6df8dd56127259381e01b.tar.xz moopa-a4c2377011eddb580aa6df8dd56127259381e01b.zip | |
Update 7th
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 066d8b7..44e8646 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -45,9 +45,10 @@ module.exports = { }, colors: { primary: "#141519", - secondary: "#202020", + secondary: "#22252E", action: "#FF7F57", image: "#3B3C41", + txt: "#dbdcdd", }, }, fontFamily: { |