add configs i forgot the credits fo

This commit is contained in:
matt1432 2023-05-28 19:23:05 -04:00
parent 78b3b3ffd8
commit 7326392a88
7 changed files with 295 additions and 0 deletions

44
wofi/style.css Normal file
View file

@ -0,0 +1,44 @@
window {
margin: 0px;
border: none;
border-radius: 10px;
background-color: RGBA(40, 42, 54, 0.5);
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
border-radius: 10px;
background-color: RGBA(40, 42, 54, 0);
}
#outer-box {
margin: 5px;
border: none;
border-radius: 10px;
background-color: RGBA(40, 42, 54, 0.5);
}
#scroll {
margin: 0px;
border: none;
border-radius: 10px;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
font: SF Pro;
}
#entry:selected {
background-color: RGBA(68, 71, 90, 0.5);
}