add configs i forgot the credits fo
This commit is contained in:
parent
78b3b3ffd8
commit
7326392a88
7 changed files with 295 additions and 0 deletions
wofi
44
wofi/style.css
Normal file
44
wofi/style.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue