Update src/client/style.css

main
Eyuep Sueyruege 2023-11-14 16:16:44 +01:00
parent 8d2f5bfded
commit 764a89f907
1 changed files with 11 additions and 1 deletions

View File

@ -47,3 +47,13 @@ main {
.nav-link:hover{
background-color: rgb(250, 166, 22,0.5);
}
.player-box {
background-color: #3498db;
color: #fff;
text-align: center;
padding: 10px;
margin: 5px;
font-weight: bold;
}