diff --git a/src/pages/about.md b/src/pages/about.md index d15b9a5..3dd46fd 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -1,7 +1,5 @@ I'm Cassidy, and I like to make memes and dreams and software. -When I’m not working, I like to watch movies, play music, eat a lot, practice Spanish, and play games. I like brainstorming projects that I build maybe half the time. It's nice to dream. - -You should check out my website, [cassidoo.co](https://cassidoo.co), my [newsletter](https://cassidoo.co/newsletter), or my [GitHub profile](https://github.com/cassidoo). Or don’t. I’m not your mother. +You should check out my [newsletter](https://cassidoo.co/newsletter), or my [GitHub profile](https://github.com/cassidoo). Or don’t. I’m not your mother. Anyway, welcome to my blog AKA digital garden AKA mind dump land! diff --git a/src/style/global.css b/src/style/global.css index facd8f1..199df8d 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -71,6 +71,7 @@ nav { top: 0; text-align: center; background: rgba(255, 255, 255, 0.9); + backdrop-filter: blur(1px); } nav a {