wlogout: add module (#3629)

This commit is contained in:
Sefa Eyeoglu 2023-01-31 17:06:18 +01:00 committed by GitHub
parent 08a778d803
commit 69696fe539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 316 additions and 0 deletions

View file

@ -0,0 +1,16 @@
* {
border: none;
border-radius: 0;
font-family: Source Code Pro;
font-weight: bold;
color: #abb2bf;
font-size: 18px;
min-height: 0px;
}
window {
background: #16191C;
color: #aab2bf;
}
#window {
padding: 0 0px;
}