Initial commit

This commit is contained in:
Tyler Hale 2023-04-04 15:33:23 -06:00
parent 6f25b090be
commit 9586bc600b
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
16 changed files with 619 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/* Set text black for better readability while dealing with ticket creation */
.page-content .formGroup-label label {
color: black;
}
/* Remove Zammad default branding */
.poweredBy {
visibility: hidden;
}