From a4c1de3ff51a4d811f8f687e91db101779aa6f1e Mon Sep 17 00:00:00 2001 From: lynxize Date: Mon, 23 Jun 2025 06:13:00 +0100 Subject: [PATCH] tweaks --- content/about.md | 2 +- static/main.css | 6 +++--- templates/base.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@