From a552c76b96719ace10c049f3233740fea7735da8 Mon Sep 17 00:00:00 2001 From: Cort Gray Date: Thu, 10 Feb 2022 13:15:35 -0800 Subject: [PATCH] updated h1 color from red to blue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5c026f8..f5e604b 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ h1 { - color: red; + color: blue; } \ No newline at end of file