1
0

Kemonogen: Hintergrund etwas dunkler

This commit is contained in:
2025-03-05 13:39:27 +01:00
parent ee7efe1db3
commit a669511c9a

View File

@ -35,7 +35,7 @@
box-sizing: border-box;
position: relative;
overflow: hidden;
background-image: url("background.jpg");
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("background.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;