From 8a373dcb205077eafd3afc96196cd7be2995da11 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 11 Sep 2024 21:42:12 +0300 Subject: [PATCH] Update background image trick screenshot --- content/tricks/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tricks/index.md b/content/tricks/index.md index a77a735..3f640fa 100644 --- a/content/tricks/index.md +++ b/content/tricks/index.md @@ -184,7 +184,7 @@ hr { Want to set some nice image as a background? We got you covered: -![background image](https://files.catbox.moe/kgrgqr.png) +![background image](https://files.catbox.moe/no8vfc.png) ```scss @import "../themes/duckquill/sass/_variables.scss"; @@ -200,7 +200,7 @@ Want to set some nice image as a background? We got you covered: } body { - background: var(--bg-overlay), center / cover no-repeat fixed url("https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); + background: var(--bg-overlay), center / cover no-repeat fixed url("https://images.unsplash.com/photo-1523712999610-f77fbcfc3843"); } ```