From 073a44d0f06c6b8b0be59c54fc862bf488a25805 Mon Sep 17 00:00:00 2001 From: tako Date: Sun, 22 Feb 2026 08:47:20 -0500 Subject: [PATCH] Update assets/style.css changed font and color --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c1a83a6..450ac7b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,6 +2,7 @@ body { margin: 0; padding: 0; + font-family:'Courier New', Courier, monospace; } html @@ -11,7 +12,7 @@ html .navbar ul { - background-color: cyan; + background-color: dodgerblue; display: flex; list-style-type: none; justify-content: center;