From 47285274a30e74e6a01c2121751724e7bff5164c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 8 Feb 2025 22:28:58 -0800 Subject: [PATCH] remove background image --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index b74905c..f545483 100644 --- a/local.css +++ b/local.css @@ -4,10 +4,10 @@ body { background: #bbb; - background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg"); + /* background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg"); background-repeat: no-repeat; background-size: cover; - background-attachment: fixed; + background-attachment: fixed; */ font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif; font-size: 120%; } -- 2.39.5