From 7358cfaa4815a7292ac0e556171831d5957cc1fc Mon Sep 17 00:00:00 2001 From: psyke Date: Sun, 22 Feb 2026 09:06:37 -0500 Subject: [PATCH] Change `red` to `darkred` Signed-off-by: psyke --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 246b26b..dc0ea42 100644 --- a/assets/style.css +++ b/assets/style.css @@ -28,7 +28,7 @@ html .navbar ul { - background-color: red; + background-color: darkred; display: flex; list-style-type: none; justify-content: center;