pogmom-desktop/greetd/gtkgreet.css
Penelope Gwen ce15247ccc
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions2 (push) Has been cancelled
update gtkgreet styling
2025-07-14 21:18:16 +00:00

45 lines
787 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;
outline: none;
border: none;
box-shadow: none;
}
entry,combobox * {
background-color: rgba(50, 50, 50, 0.3);
color: rgba(250, 250, 250, 1);
outline: none;
border: none;
box-shadow: none;
}
entry.text {
color: rgba(250, 250, 250, 1);
}
button {
background-image: none;
margin-left: 10px;
padding: 10px;
background-color: rgba(50, 50, 50, 0.3);
color: #000000;
border-radius: 10px;
box-shadow: none;
outline: none;
border: none;
}
button > label {
color: #000000;
}