diff --git a/content/about.md b/content/about.md
index d397a5a..7d8656c 100644
--- a/content/about.md
+++ b/content/about.md
@@ -6,7 +6,7 @@ template = "post.html"
Hi!
I'm me!
-You can call me Emilia, Lia, Lynxize, or basically anything else. I'm not picky.
+You can call me Lia, Emilia, Lynxize, or basically anything else. I'm not picky.
I'm currently studying Mechanical Engineering with an aerospace focus,
though a lot of my hobbies tend to be computer science related.
diff --git a/static/main.css b/static/main.css
index d55df3d..ea8590c 100644
--- a/static/main.css
+++ b/static/main.css
@@ -62,13 +62,13 @@ header {
--color: #74cded;
}
:nth-child(2) {
- --color: #af8cff;
+ --color: #a6e3a1;
}
:nth-child(3) {
- --color: #f279ad;
+ --color: #ed9a5f;
}
:nth-child(4) {
- --color: #ed9a5f;
+ --color: #f279ad;
}
a:link, a:visited {
diff --git a/templates/base.html b/templates/base.html
index c652674..e7695c2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,8 +17,8 @@