Skip to content

Commit 42e40e9

Browse files
committedAug 9, 2023
changed background image size
1 parent 5841440 commit 42e40e9

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
 

‎public/dark-bg.png

-1020 KB
Binary file not shown.

‎public/dark-bg.webp

13.2 KB
Binary file not shown.

‎public/light-bg.png

-911 KB
Binary file not shown.

‎public/light-bg.webp

16 KB
Binary file not shown.

‎tailwind.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = {
1515
first: ["Inter"],
1616
},
1717
backgroundImage: {
18-
"light-pattern": "url('/light-bg.png')",
19-
"dark-pattern": "url('/dark-bg.png')",
18+
"light-pattern": "url('/light-bg.webp')",
19+
"dark-pattern": "url('/dark-bg.webp')",
2020
},
2121
colors: {
2222
primary: "#202328",

0 commit comments

Comments
 (0)
Please sign in to comment.