This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
pogmom-sway-base/greetd/gtkgreet.css
2024-06-03 15:37:29 -06:00

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);
}