Skip to content

Commit

Permalink
Ajustes background image
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphyBR authored Mar 30, 2024
1 parent fe0bda3 commit f58c73c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<title>SeraphyBR's Blog</title>
</head>
<body
class="tw-vflex tw-bg-no-repeat tw-bg-cover tw-bg-center tw-bg-fixed tw-bg-gray-800"
style="background-image: url('/img/background-1.jpg')"
class="tw-vflex tw-bg-no-repeat tw-bg-cover tw-bg-center tw-bg-fixed tw-bg-gray-800 tw-bg-forest-stairs"
></body>
</html>
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module.exports = {
colors: {
graphite: '#222',
greenLime: '#348314'
},
backgroundImage: {
'forest-stairs': "url('/img/background-1.jpg')"
}
},
},
Expand Down

0 comments on commit f58c73c

Please sign in to comment.