From 962263fe2281a4679a42077c7405bb459bf22b03 Mon Sep 17 00:00:00 2001 From: Siddhartha Basu Date: Sat, 28 Feb 2026 01:51:50 +1100 Subject: [PATCH] style: Change font color --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ea89d74..7f8493e 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,11 @@ Hello, + I am a software engineer. I currently work for animation, VFX and games. I enjoy reading and writing clean and maintainable code. + [email](mailto:basu.siddhartha@outlook.com) | [Resume](resume.pdf) [GitHub](https://github.com/s-dotb) | [LinkedIn](https://linkedin.com/in/siddhartha-basu) @@ -15,7 +17,8 @@ visibility: hidden; white-space: pre; font-family: Garamond, serif; - background-color: rgb(60, 60, 60); + color: bisque; + background-color: rgb(20, 20, 20); }