wofi-config/everforest.css
2025-07-07 19:49:18 -04:00

41 lines
463 B
CSS

window {
margin: 5px;
border: 2px solid #7fbbb3;
border-radius: 10px;
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;
}