From 962e740afef16a8e0e55b6f3a38f9d8fb24294c8 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Feb 2025 19:31:24 -0800 Subject: [PATCH] add missing colon --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index a741392..d3253b7 100644 --- a/local.css +++ b/local.css @@ -20,7 +20,7 @@ body { } #pagebody { - background-color rgba(255,255,255,0.8); + background-color: rgba(255,255,255,0.8); } -- 2.39.5