first commit

This commit is contained in:
2021-08-29 00:01:04 +08:00
commit 110ef3a578
60 changed files with 405 additions and 0 deletions

19
lightdm/index.css Normal file
View File

@@ -0,0 +1,19 @@
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;
}