diff --git a/index.html b/index.html
index 525d6fd..b5df009 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
About me
- Hi! My name is Caleb Fontenot. I am a college graduate of South Louisiana Communitity College. I am also a software developer.
I love writing code! 😁
+ Hi! My name is Caleb Fontenot. I am a college graduate of South Louisiana Communitity College. I am also a software developer.
I love writing code! 😁
This site is hosted on a computer I built myself running Arch Linux and NGINX.
Pick a design!
@@ -80,8 +80,8 @@
let inputText = document.getElementById("inputText").value;
if (inputText.includes("🏳️⚧️")) {
inputText = "Trans rights are human rights! 🏳️⚧️";
- document.getElementById("body").background-image = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
- document.body.innerHTML.replaceAll("/Caleb/Chloe/");
+ document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
+ document.getElementById("info").innerHTML.replaceAll("/Caleb/g", "Chloe");
}
let designText;
switch (value) {
diff --git a/root.css b/root.css
index 1df7392..bfe82d2 100644
--- a/root.css
+++ b/root.css
@@ -15,7 +15,7 @@ body {
background-attachment: fixed;
/* text-decoration: overline; */
/* text-transform: uppercase; */
- /* background-color: #FFAAAA; */
+ background-color: #27374D;
background-image: url("space.gif");
/* url(Circles.png); */
text-align: center;