finalized keycloak registration

This commit is contained in:
Jottyfan
2022-12-10 12:52:54 +01:00
parent 29e8ff7798
commit f13a645549
4 changed files with 12 additions and 6 deletions

View File

@ -96,6 +96,10 @@ div {
/* 60 px is the current height of the headline; TODO: calculate it */
}
.acc_over {
background-image: linear-gradient(to bottom right, #ccc, #aaa) !important;
}
.acc_true {
background-image: linear-gradient(to bottom right, #cfc, #afa) !important;
}