dotfiles/.config/wofi/style.css

23 lines
250 B
CSS
Raw Normal View History

@import url(".config/wofi/dracula-wofi/style.css");
2020-11-02 17:34:07 +01:00
window {
margin: 5px;
}
#scroll {
margin: 5px;
}
#text {
font-family: 'FiraCode';
}
#entry {
font-family: 'FiraCode';
}
#entry:selected {
border: 0px;
}
#input {
font-family: 'FiraCode';
}