diff options
| author | Factiven <[email protected]> | 2023-09-13 00:45:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 00:45:53 +0700 |
| commit | 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch) | |
| tree | cbcca777593a8cc4b0282e7d85a6fc51ba517e25 /tailwind.config.js | |
| parent | Update issue templates (diff) | |
| download | moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip | |
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index b31c6f3..13e9999 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,7 +47,7 @@ module.exports = { }, colors: { primary: "#141519", - secondary: "#232329", + secondary: "#212127", action: "#FF7F57", image: "#3B3C41", txt: "#dbdcdd", @@ -55,7 +55,6 @@ module.exports = { }, }, fontFamily: { - rama: ["Ramabhadra", "sans-serif"], outfit: ["Outfit", "sans-serif"], karla: ["Karla", "sans-serif"], roboto: ["Roboto", "sans-serif"], |