Konversationen eingefügt

This commit is contained in:
2024-11-19 10:25:02 +01:00
parent a41ebc2e98
commit 2a31ef1c19
5 changed files with 53 additions and 81 deletions

View File

@@ -51,4 +51,19 @@ button {
button:hover {
background-color: #0056b3;
}
#reset-button {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
background-color: #dc3545;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
#reset-button:hover {
background-color: #c82333;
}