From 45a80279d1cb425c047e13455f7dad40ca5f3882 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 11 Jul 2020 18:24:33 +0200 Subject: [PATCH] join three successive body blocks --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 5d01895..87aacb7 100644 --- a/style.css +++ b/style.css @@ -12,16 +12,12 @@ body { ); --bg-image: url(images/niss_uwu_bg.png); --weight: 500; -} -body { background: var(--bg-image) top center fixed, var(--gradient) fixed; background-blend-mode: overlay; -} -body { font-family: 'Muller'; font-size: 1.75rem; font-weight: var(--weight);