1
0

Themes Update

This commit is contained in:
Christer Warén
2025-11-02 01:24:06 +02:00
parent 106b14807e
commit 1629b9fc52
6 changed files with 35 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
/*
Warén Group - Themes
https://git.waren.io/warengroup/themes
*/
body {
background-image: linear-gradient(to bottom right, #111111, #000000);
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;