Skip to content

Commit 4d0f9a8

Browse files
authored
Merge pull request #73 from RustLangES/revert-68-october
Revert "Added new october art for the background"
2 parents 3671d85 + 6314d2e commit 4d0f9a8

File tree

13 files changed

+6
-148
lines changed

13 files changed

+6
-148
lines changed

assets/ferris-hero.avif

-8.44 KB
Binary file not shown.

assets/rustlangeshalloween.webp

-34 KB
Binary file not shown.

src/app.rs

Lines changed: 1 addition & 1 deletion
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:backdrop-brightness-[.25] overflow-x-hidden dark:text-[#e2cea9] bg-repeat bg-small",
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]",
2525
bg_in_dark_mode,
2626
)/>
2727
<Header/>

src/components/button_large_link.rs

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/components/button_link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn ButtonLink(
1515
"primary",
1616
"bg-orange-200 dark:bg-transparent hover:bg-black hover:text-white",
1717
),
18-
("white", "bg-orange-100 dark:bg-transparent hover:bg-black hover:text-white"),
18+
("white", "bg-orange-100 dark:bg-transparent hover:bg-black"),
1919
]);
2020
let shadows = HashMap::from([
2121
("drop", "drop-shadow-[4px_4px_0_rgba(0,0,0)] hover:drop-shadow-[0_0_0_rgba(0,0,0)]"),

src/components/hacktoberfest.rs

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/components/icons/calendar_icon.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/components/icons/discord_icon.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ pub fn DiscordIcon(
1717
</svg>
1818
}
1919
}
20-

src/components/icons/linkedin_icon.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ pub fn LinkedinIcon(
1717
</svg>
1818
}
1919
}
20-

src/components/icons/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mod cloudflare;
2-
mod calendar_icon;
32
mod discord_icon;
43
mod github_icon;
54
mod linkedin_icon;
@@ -10,7 +9,6 @@ mod telegram_icon;
109
mod twitter_icon;
1110
mod web_icon;
1211

13-
pub use calendar_icon::*;
1412
pub use cloudflare::*;
1513
pub use discord_icon::*;
1614
pub use github_icon::*;

0 commit comments

Comments
 (0)