dotfiles/.config/wofi/style.css

29 lines
323 B
CSS
Raw Normal View History

2020-03-08 20:45:51 +01:00
window {
margin: 5px;
}
#input {
margin: 1px;
border: 2px dashed #4f4f4f;
background-color: #f2f2ee;
}
#inner-box {
margin: 5px;
border: 2px solid #e5c07b;
background-color: #f2f2ee;
}
#outer-box {
margin: 5px;
}
#scroll {
margin: 5px;
}
#text {
margin: 5px;
border-bottom: 2px dashed #4f4f4f;
}