Update eir theme - bg

This commit is contained in:
Eir Sunny 2025-02-17 17:41:33 -06:00
parent 46190a372b
commit 2816ace0f5

View File

@ -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;