From 78c4ae30df4fa084112eccbdca5420e63d3e4b55 Mon Sep 17 00:00:00 2001 From: Mr Felix Berg Date: Wed, 9 Apr 2025 13:15:43 +0000 Subject: [PATCH] updated background to 255, 167, 26 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e1d198f..31904ae 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ display: flex; align-items: center; justify-content: center; - background-color: rgb(33, 55, 44); + background-color: rgb(255, 167, 26); height: 100vh; font-size: 48px; font-weight: bold; -- GitLab