diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 812554a..91511d2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -12,8 +12,8 @@

- Hello, I'm Trivernis, a german software developer, working on way too many projects at once. - My pronouns are he/they. I primarily use Rust because it's just the best programming language. + Hello, I'm Trivernis (he/they), a german software developer, working on way too many projects at once. + I primarily use Rust because it's just the best programming language.

@@ -73,9 +73,11 @@ display: flex; flex-direction: column; margin: 5% 15% 5em; - background: rgba(14,1,20,0.9); - box-shadow: 0px 0px 60px 60px rgba(14,1,20,0.9); - border-radius: 50px; + padding: 5em; + /* background: rgba(14,1,20,0.9); */ + backdrop-filter: blur(50px); + /* box-shadow: 0px 0px 60px 30px rgba(14,1,20,0.9); */ + border-radius: 5px; } .item {