mirror of
https://github.com/arnaucube/gogame-frontend.git
synced 2026-02-07 03:16:40 +01:00
update register/login
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user