fixed bugs
This commit is contained in:
@@ -26,7 +26,7 @@ button {
|
||||
align-items: center;
|
||||
height: 20%;
|
||||
|
||||
background-color: rgba(255, 255, 255, 0.377);
|
||||
background-color: rgb(124, 124, 124);
|
||||
border-radius: 10px 10px 0 0;
|
||||
}
|
||||
|
||||
@@ -56,12 +56,12 @@ button {
|
||||
}
|
||||
|
||||
#player1{
|
||||
background-color: rgba(255, 8, 0, 0.377);
|
||||
background-color: rgb(187, 6, 0, 0.6);
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#player2{
|
||||
background-color: rgba(0, 89, 255, 0.377);
|
||||
background-color: rgba(0, 52, 150, 0.6);
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user