Skip to content

Commit

Permalink
Added art changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gg0074x authored and Wilovy09 committed Sep 10, 2024
1 parent 07a6252 commit 5418d88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file added assets/rustlangeshalloween.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn App() -> impl IntoView {
<Router>
<HeadInformation/>
<Body class=format!(
"bg-orange-200 dark:bg-[#131313]/90 bg-center bg-fixed {} dark:bri dark:bg-cover dark:bg-blend-darken dark:backdrop-blur-xl overflow-x-hidden dark:text-[#e2cea9]",
"bg-orange-200 dark:bg-[#131313]/90 bg-center bg-fixed {} dark:backdrop-brightness-50 overflow-x-hidden dark:text-[#e2cea9] bg-repeat bg-small",
bg_in_dark_mode,
)/>
<Header/>
Expand Down
10 changes: 7 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ module.exports = {
...theme.screens,
}),
backgroundImage: (theme) => ({
"kaku-dev": "url('/assets/kaku.avif')",
"kaku": "url('/kaku.avif')",
"kaku-dev": "url('/assets/rustlangeshalloween.webp')",
"kaku": "url('/rustlangeshalloween.webp')",
}),
backgroundSize: (theme) => ({
'small': '12rem',
...theme.backgroundSize,
}),
gridTemplateColumns: (theme) => ({
"divided": "2.5fr 1fr",
Expand Down Expand Up @@ -85,4 +89,4 @@ module.exports = {
},
},
plugins: [],
};
};

0 comments on commit 5418d88

Please sign in to comment.