Added hints wherever text fields are optional

This commit is contained in:
2025-10-06 19:45:18 +02:00
parent 7295dfb882
commit 50f2c9a647
2 changed files with 13 additions and 0 deletions

View File

@@ -184,6 +184,12 @@ button:disabled:hover, .button:disabled:hover {
justify-content: center;
}
.hint {
color: gray;
font-style: italic;
font-size: 16px;
}
.slide-animation {
position: relative;