Prettied up UI for password resets. Now to move on to email component.

This commit is contained in:
rainbow napkin 2024-12-28 09:17:28 -05:00
parent ed698f40c7
commit 3671b43789
5 changed files with 51 additions and 18 deletions

View file

@ -380,6 +380,10 @@ select.panel-head-element{
color: var(--danger0);
}
.popup-div a{
color: var(--accent1);
}
/* tooltip */
div.tooltip{
background-color: var(--bg1);