archlinux/lightdm/index.css
2021-08-29 00:01:04 +08:00

20 lines
356 B
CSS

body {
background-size: cover;
background-color: #101010;
color: #ededed;
}
#input {
color: #ededed;
background-color: #101010;
border: none;
outline: none;
padding: 5px;
font-family: "Source Code Pro", monospace;
font-size: 16px;
text-align: right;
position: absolute;
bottom: 20px;
right: 20px;
}