From: Don Armstrong Date: Thu, 13 Feb 2025 05:00:00 +0000 (-0800) Subject: re-enable background image with newer picture X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ace825aa1bfdabb296204c9f820e046eb4e21438;p=laureldon.git re-enable background image with newer picture --- diff --git a/local.css b/local.css index df32ce6..2dc5f8a 100644 --- a/local.css +++ b/local.css @@ -6,10 +6,10 @@ html, body { height: 100vh;} body { background: #bbb; - /* background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg"); + background-image: url("https://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_2025.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%; }