Merge branch 'master' into dev/multiple-notes

This commit is contained in:
Ryan Peters
2023-05-17 21:22:48 -04:00
9 changed files with 122 additions and 9 deletions

View File

@ -79,4 +79,14 @@ textarea {
.toast#update-indicator {
background-color: orangered;
}
}
form input[type=password] {
display: block;
margin: 20px auto;
font-size: 20px;
padding: 8px;
border: 1px solid #999;
border-radius: 4px;
color: #999;
}