1
0
Files
themes/uptime-kuma/custom.css
Christer Warén 5cff4c4f08 Themes Update
2025-11-02 01:30:17 +02:00

12 lines
317 B
CSS

/*
Christer Warén - Themes
https://git.waren.io/cwchristerw/themes
*/
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
}