Skip to content

Commit e5e9bf0

Browse files
authored
Revert "Added new october art for the background"
1 parent 3671d85 commit e5e9bf0

15 files changed

+10
-152
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use leptos::{component, view, IntoView};
33
#[component]
44
pub fn DiscordIcon(
55
#[prop(default = 40)] size: u32,
6-
#[prop(default = "fill-current dark:fill-[#bf8821]")] class: &'static str,
6+
#[prop(default = "fill-black dark:fill-[#bf8821]")] class: &'static str,
77
) -> impl IntoView {
88
view! {
99
<svg
@@ -17,4 +17,3 @@ pub fn DiscordIcon(
1717
</svg>
1818
}
1919
}
20-

src/components/icons/github_icon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use leptos::{component, view, IntoView};
33
#[component]
44
pub fn GithubIcon(
55
#[prop(default = 40)] size: u32,
6-
#[prop(default = "fill-current dark:fill-[#bf8821]")] class: &'static str,
6+
#[prop(default = "fill-black dark:fill-[#bf8821]")] class: &'static str,
77
) -> impl IntoView {
88
view! {
99
<svg

src/components/icons/linkedin_icon.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use leptos::*;
33
#[component]
44
pub fn LinkedinIcon(
55
#[prop(default = 40)] size: u32,
6-
#[prop(default = "fill-current dark:fill-[#bf8821]")] class: &'static str,
6+
#[prop(default = "fill-black dark:fill-[#bf8821]")] class: &'static str,
77
) -> impl IntoView {
88
view! {
99
<svg
@@ -17,4 +17,3 @@ pub fn LinkedinIcon(
1717
</svg>
1818
}
1919
}
20-

0 commit comments

Comments
 (0)