nixos-config/modules/greetd/greetd.css
2023-09-29 11:52:45 +02:00

10 lines
175 B
CSS

window {
background-size: cover;
background-position: center;
}
box#body {
background-color: rgba(50, 50, 50, 0.5);
border-radius: 10px;
padding: 50px;
}