From 3b0740de0d5b50614e7febc6ac938dc2be2774c9 Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 24 Sep 2022 15:13:41 -0400 Subject: [PATCH] first step for bg fix --- assets/fish.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/fish.css b/assets/fish.css index d3abfa7..244f6cf 100644 --- a/assets/fish.css +++ b/assets/fish.css @@ -34,7 +34,10 @@ a { body { background: url("https://64.media.tumblr.com/be641808e01bc5215801e8fb8e332cb5/tumblr_phjmayTtvd1qze3hdo1_r2_500.gifv") - center/100% no-repeat; + no-repeat; + background-clip: border-box; + background-attachment: fixed; + background-size: cover; color: #fafafa; gap: 1em; height: max-content;