From c182003415d1124e917920c6c5f52e8b2b0bd9da Mon Sep 17 00:00:00 2001
From: erin <git@ewin.moe>
Date: Wed, 19 Jul 2023 16:33:01 -0400
Subject: [PATCH] use default text box color ig

---
 out/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/out/index.html b/out/index.html
index 7cc07ca..e4ebfd3 100644
--- a/out/index.html
+++ b/out/index.html
@@ -8,7 +8,7 @@
 	</head>
 	<body>
 		<main>
-			<div class="textbox textbox--simple textbox--red">
+			<div class="textbox textbox--simple textbox--yellow">
 				<div class="textbox__text">
 					Welcome to <span class="textbox__span textbox__span--red">webring.umbreon.online</span>!
 				</div>
@@ -16,7 +16,7 @@
 			</div>
 
 			<p>
-				hey yeah i sure am some text on the page aren't i
+				This is a webring for some friends.
 			</p>
 		</main>
 	</body>