From 775f04eeaa509c4359528e9e3653d3ba8e53f9ef Mon Sep 17 00:00:00 2001 From: Eir Sunny Date: Mon, 17 Feb 2025 17:38:20 -0600 Subject: [PATCH] update eir theme - bg --- public/css/themes/eir.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/css/themes/eir.css b/public/css/themes/eir.css index 8677a29..13f3cad 100755 --- a/public/css/themes/eir.css +++ b/public/css/themes/eir.css @@ -41,11 +41,10 @@ } 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-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; font-family: Terminess, hack, 'Courier New', courier, monospace;