From d1633877bfe1caf41ff91d9dad1d5ec8a0add3da Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 12 Jun 2026 08:18:06 -0400 Subject: [PATCH] Updated header background --- bin/site-deploy.sh | 2 +- src/assets/stylesheets/lumbridge.sass | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/bin/site-deploy.sh b/bin/site-deploy.sh index 355b714..89805af 100755 --- a/bin/site-deploy.sh +++ b/bin/site-deploy.sh @@ -1,4 +1,4 @@ #!/bin/bash -scp -r target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/ +rsync -avh --progress target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/ diff --git a/src/assets/stylesheets/lumbridge.sass b/src/assets/stylesheets/lumbridge.sass index 5ffc472..00bff1b 100644 --- a/src/assets/stylesheets/lumbridge.sass +++ b/src/assets/stylesheets/lumbridge.sass @@ -43,19 +43,32 @@ hr background: white // header - #header-box position: relative z-index: 2 height: 500px background: image: url(/assets/images/bg-banner.png) - size: auto 600px + size: auto auto position: top center attachment: fixed overflow: hidden + // The repeating, blurred, and darkened background layer + &::before + content: '' + position: absolute + top: -10px + left: -10px + right: -10px + bottom: -10px + backdrop-filter: blur(5px) + #header-logo + position: absolute + top: 40px + left: 50% + transform: translateX(-50%) height: 350px width: 350px background: @@ -63,10 +76,6 @@ hr position: center repeat: no-repeat size: contain - position: absolute - top: 40px - left: 50% - transform: translateX(-50%) h1 margin-top: calc(100% + 25px)