@tadano In Mitra 3.4.0 you can customize appearance by putting assets/custom.css file into your web_client_theme_dir directory

For example, to change background image on the login page:

:root {
  --landing-background-image: url("/assets/login.png");
}