change password added

This commit is contained in:
Ryan
2025-03-21 15:46:55 -04:00
committed by GitHub
parent cef96f0047
commit 53bb72f4ab
4 changed files with 161 additions and 4 deletions

View File

@@ -142,14 +142,14 @@ body.dark-mode header {
justify-content: flex-end;
flex: 1;
min-width: 150px;
gap: 10px;
gap: 0px;
}
.header-buttons button {
background: none;
border: none;
cursor: pointer;
padding: 10px;
padding: 7px;
border-radius: 50%;
color: #fff;
transition: background-color 0.2s ease, box-shadow 0.2s ease;