24 lines
423 B
CSS
24 lines
423 B
CSS
window {
|
|
background-image: url("file:///usr/share/greetd/pogmom/background.jpg");
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
label {
|
|
color: rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
box#body {
|
|
background-color: rgba(50, 50, 50, 0.5);
|
|
border-radius: 10px;
|
|
padding: 50px;
|
|
}
|
|
|
|
entry,combobox * {
|
|
background: rgba(50, 50, 50, 1);
|
|
color: rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
entry.text {
|
|
color: rgba(250, 250, 250, 1);
|
|
}
|