Update nav background, remove parts of about section

This commit is contained in:
Cassidy Williams
2023-01-27 00:08:29 -06:00
parent 153a7a0562
commit f42c5b835f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
I'm Cassidy, and I like to make memes and dreams and software. I'm Cassidy, and I like to make memes and dreams and software.
When Im 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 [newsletter](https://cassidoo.co/newsletter), or my [GitHub profile](https://github.com/cassidoo). Or dont. Im not your mother.
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 dont. Im not your mother.
Anyway, welcome to my blog AKA digital garden AKA mind dump land! Anyway, welcome to my blog AKA digital garden AKA mind dump land!

View File

@@ -71,6 +71,7 @@ nav {
top: 0; top: 0;
text-align: center; text-align: center;
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(1px);
} }
nav a { nav a {