Files
Dotfiles/private_dot_config/wofi/style.css
2023-07-14 21:44:14 -05:00

38 lines
482 B
CSS

window {
border: 2px solid black;
background-color: #333333;
}
#input {
border: 2px solid black;
background-color: #555555;
font-size: 18px;
border-radius: 4px;
}
#inner-box {}
#outer-box {
margin: 10px;
}
#scroll {
margin: 5px 0px;
font-size: 16px;
color: #ccc;
}
#scroll label {
margin: 2px 0px;
}
#entry:selected {
border-radius: 4px;
background-color: rgb(105, 105, 105);
color: black;
}
#text {
border: 0px;
}