update register/login

This commit is contained in:
arnaucube
2019-06-16 21:20:04 +02:00
parent 26366f48ad
commit 9ad158064a
4 changed files with 63 additions and 28 deletions

View File

@@ -30,3 +30,14 @@ hr {
text-align: center;
border:1px solid #ffffff;
}
.allowed {
color: lime;
cursor: pointer;
}
.allowed:hover {
text-decoration: underline;
}
.notallowed {
color: red;
}