Update eir theme - bg
This commit is contained in:
parent
46190a372b
commit
2816ace0f5
@ -71,13 +71,12 @@ $theme: map.merge($theme, (
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
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-image: url("https://eir-nya.gay/static/images/background/night_sky.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-repeat: no-repeat;
|
||||||
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-size: cover;
|
||||||
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-position: 50% 0%;
|
||||||
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-attachment: fixed !important;
|
background-attachment: fixed !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
|
||||||
font-family: Terminess, hack, 'Courier New', courier, monospace !important;
|
font-family: Terminess, hack, 'Courier New', courier, monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user