12 lines
330 B
CSS
12 lines
330 B
CSS
/*
|
|
Warén Group - Themes
|
|
https://git.waren.io/warengroup/themes
|
|
*/
|
|
|
|
body {
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://cdn.waren.io/files/warengroup/assets/images/ai-generated-9087010-2.jpg);
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|