Change directory structure

This commit is contained in:
2024-05-03 18:28:51 +02:00
parent b8d625f85e
commit 2ef96e965b
69 changed files with 50 additions and 0 deletions

39
wofi/style.css Normal file
View File

@@ -0,0 +1,39 @@
window {
margin: 0px;
border: 1px solid #928374;
background-color: #282828;
}
#input {
margin: 5px;
border: none;
color: #ebdbb2;
background-color: #1d2021;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282828;
}
#outer-box {
margin: 5px;
border: none;
background-color: #282828;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #ebdbb2;
}
#entry:selected {
background-color: #1d2021;
}