aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-03 18:31:14 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-03 18:31:14 -0400
commit214e8312f11f50d0222fa5756eefb67621a521e0 (patch)
treee36c8c96bb705e6047e695f558f7c0eea6808515 /tailwind.config.js
parent3f6c180e7bee816cc5410b2c6bd01e22a6e35910 (diff)
downloadpersonal-website-214e8312f11f50d0222fa5756eefb67621a521e0.tar.gz
personal-website-214e8312f11f50d0222fa5756eefb67621a521e0.tar.bz2
personal-website-214e8312f11f50d0222fa5756eefb67621a521e0.zip
Updated packages; Added drop shadows
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 4ffcc10..1f309e1 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -13,6 +13,9 @@ module.exports = {
colors: {
'material-gray': '#212121',
},
+ backgroundImage: {
+ 'landing': "url('/temp-landing.png')",
+ }
},
},
plugins: [],