dotfiles/archive/toronto/.config/wofi/styles.css
2021-09-26 21:12:19 +01:00

28 lines
374 B
CSS

/* https://cloudninja.pw/docs/wofi.html */
window {
border: 2px solid black;
background-color: #333333;
}
#input {
border: 2px solid black;
background-color: #555555;
font-size: 18px;
color: white;
}
#outer-box {
margin: 10px;
}
#scroll {
margin: 5px 0px;
font-size: 16px;
color: #ccc;
}
#scroll label {
margin: 2px 0px;
}