This commit is contained in:
tavo 2025-06-09 00:21:52 -06:00
parent a44ed38131
commit 18550bb1c3

39
wofi/style.css Normal file
View file

@ -0,0 +1,39 @@
window {
margin: 0px;
border: 1px solid #7A8478;
background-color: #1E2326;
}
#input {
margin: 5px;
border: none;
color: #D3C6AA;
background-color: #272E33;
}
#inner-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#outer-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #D3C6AA;
}
#entry:selected {
background-color: #272E33;
}