Fix indentation and add custom font to wofi
This commit is contained in:
parent
5084ae5876
commit
daf5322ec6
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
window {
|
window {
|
||||||
background-color: --wofi-color1;
|
background-color: --wofi-color1;
|
||||||
color: --wofi-color5;
|
color: --wofi-color5;
|
||||||
|
font-family: 'DejaVu Sans Mono';
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
@ -14,6 +15,6 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: --wofi-color2;
|
background-color: --wofi-color2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue