nixos-config/modules/greetd/greetd.css

11 lines
175 B
CSS
Raw Normal View History

2022-07-03 22:43:40 +02:00
window {
background-size: cover;
background-position: center;
}
box#body {
background-color: rgba(50, 50, 50, 0.5);
border-radius: 10px;
padding: 50px;
}