Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzzare committed Sep 7, 2023
1 parent 4cba17a commit 7833d17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export default {
theme: {
extend: {
backgroundImage: {
LightModeBackgroundMobile: "url('./src/assets/bg-mobile-light.jpg')",
DarkModeBackgroundMobile: "url('./src/assets/bg-mobile-dark.jpg')",
LightModeBackgroundDesktop: "url('./src/assets/bg-desktop-light.jpg')",
DarkModeBackgroundDesktop: "url('./src/assets/bg-desktop-dark.jpg')",
LightModeBackgroundMobile: "url('src/assets/bg-mobile-light.jpg')",
DarkModeBackgroundMobile: "url('/src/assets/bg-mobile-dark.jpg')",
LightModeBackgroundDesktop: "url('/src/assets/bg-desktop-light.jpg')",
DarkModeBackgroundDesktop: "url('/src/assets/bg-desktop-dark.jpg')",
},
},
},
Expand Down

0 comments on commit 7833d17

Please sign in to comment.