Fix indentation and add custom font to wofi

This commit is contained in:
Adam Gausmann 2022-04-02 13:44:55 -05:00
parent 5084ae5876
commit daf5322ec6

View file

@ -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;
} }