19 lines
342 B
Django/Jinja
19 lines
342 B
Django/Jinja
window {
|
|
background-color: --wofi-color1;
|
|
color: --wofi-color5;
|
|
font-family: '{{ host.system_mono_font }}';
|
|
}
|
|
|
|
#input {
|
|
background-color: --wofi-color0;
|
|
color: --wofi-color5;
|
|
border-color: --wofi-color1;
|
|
}
|
|
|
|
#input:selected {
|
|
border-color: --wofi-color2;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: --wofi-color2;
|
|
}
|