Check out this thread on how to make custom css changes to Zammad:
In your particular case you’d want to use something like this:
.login {
background: #ff00ff;
}
Check out this thread on how to make custom css changes to Zammad:
In your particular case you’d want to use something like this:
.login {
background: #ff00ff;
}