From 2816ace0f52f0a511d42ed4b4973d7c4debedc4f Mon Sep 17 00:00:00 2001 From: Eir Sunny Date: Mon, 17 Feb 2025 17:41:33 -0600 Subject: [PATCH] Update eir theme - bg --- sass/themes/_eir.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sass/themes/_eir.scss b/sass/themes/_eir.scss index c299821..3221815 100755 --- a/sass/themes/_eir.scss +++ b/sass/themes/_eir.scss @@ -71,13 +71,12 @@ $theme: map.merge($theme, ( } body { - background: linear-gradient(rgba(130, 88, 88, 0.875), rgba(130, 88, 88, 0.5)), url("https://eir-nya.gay/res/images/cubes.png"); - background: -webkit-linear-gradient(rgba(130, 88, 88, 0.875), rgba(130, 88, 88, 0.5)), url("https://eir-nya.gay/res/images/cubes.png"); - background: -moz-linear-gradient(rgba(130, 88, 88, 0.875), rgba(130, 88, 88, 0.5)), url("https://eir-nya.gay/res/images/cubes.png"); - background: -o-linear-gradient(rgba(130, 88, 88, 0.875), rgba(130, 88, 88, 0.5)), url("https://eir-nya.gay/res/images/cubes.png"); - background: -ms-linear-gradient(rgba(130, 88, 88, 0.875), rgba(130, 88, 88, 0.5)), url("https://eir-nya.gay/res/images/cubes.png"); - background-color: transparent !important; + background-image: url("https://eir-nya.gay/static/images/background/night_sky.png"); + background-repeat: no-repeat; + background-size: cover; + background-position: 50% 0%; background-attachment: fixed !important; + background-color: transparent !important; font-family: Terminess, hack, 'Courier New', courier, monospace !important; font-size: 14px !important;