Skip to content

Commit 5418d88

Browse files
gg0074xWilovy09
authored andcommitted
Added art changes
1 parent 07a6252 commit 5418d88

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

assets/rustlangeshalloween.webp

34 KB
Binary file not shown.

src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn App() -> impl IntoView {
2121
<Router>
2222
<HeadInformation/>
2323
<Body class=format!(
24-
"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]",
24+
"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",
2525
bg_in_dark_mode,
2626
)/>
2727
<Header/>

tailwind.config.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ module.exports = {
1414
...theme.screens,
1515
}),
1616
backgroundImage: (theme) => ({
17-
"kaku-dev": "url('/assets/kaku.avif')",
18-
"kaku": "url('/kaku.avif')",
17+
"kaku-dev": "url('/assets/rustlangeshalloween.webp')",
18+
"kaku": "url('/rustlangeshalloween.webp')",
19+
}),
20+
backgroundSize: (theme) => ({
21+
'small': '12rem',
22+
...theme.backgroundSize,
1923
}),
2024
gridTemplateColumns: (theme) => ({
2125
"divided": "2.5fr 1fr",
@@ -85,4 +89,4 @@ module.exports = {
8589
},
8690
},
8791
plugins: [],
88-
};
92+
};

0 commit comments

Comments
 (0)