diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
| commit | 5508880c4c3140f29651bcbbc568795ac1427b92 (patch) | |
| tree | 5796633b4bb48f2e3e172108b769c60bf94b3bed /tailwind.config.js | |
| parent | ee483d8b6f31024c33576e47225bd8330c6eb8bf (diff) | |
| download | personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.gz personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.bz2 personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.zip | |
Added more info in the footer
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index ea8fdce..70c4b45 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,6 +12,7 @@ module.exports = { extend: { colors: { 'material-gray': '#212121', + 'btn-gray': '#575757', } }, }, |
