Nicer register_button

This commit is contained in:
2025-01-31 15:31:30 +01:00
parent 4fd09afe84
commit 5c9ff0abe5
3 changed files with 13 additions and 2 deletions

View File

@@ -10,6 +10,18 @@ body {
margin: 0;
}
.register_link {
color:#d3d3d3;
background-color: #2e2e2e;
}
.register_button {
color:#d3d3d3;
background-color: #2e2e2e;
border-radius: 5px;
border:none;
margin-top: 10px;
}