This commit is contained in:
shijil
2025-05-27 12:52:45 +05:30
parent 1784e58039
commit 94ecb26c95
19 changed files with 779 additions and 0 deletions

40
wofi/style.css Normal file
View File

@ -0,0 +1,40 @@
* {
font-family: JetBrainsMono;
color: #e5e9f0;
background: transparent;
}
#window {
background: #1d2021;
margin: auto;
padding: 10px;
border-radius: 1px;
border: 3px solid #fbf1c7;
}
#input {
padding: 8px;
margin-bottom: 10px;
border-radius: 8px;
}
#outer-box {
padding: 20px;
}
#img {
margin-right: 6px;
}
#entry {
padding: 10px;
border-radius: 10px;
}
#entry:selected {
background-color: #2e3440;
}
#text {
margin: 2px;
}