23 lines
250 B
CSS
23 lines
250 B
CSS
@import url(".config/wofi/dracula-wofi/style.css");
|
|
window {
|
|
margin: 5px;
|
|
}
|
|
#scroll {
|
|
margin: 5px;
|
|
}
|
|
|
|
#text {
|
|
font-family: 'FiraCode';
|
|
}
|
|
|
|
#entry {
|
|
font-family: 'FiraCode';
|
|
}
|
|
#entry:selected {
|
|
border: 0px;
|
|
}
|
|
|
|
#input {
|
|
font-family: 'FiraCode';
|
|
}
|