Generation of cards and score

This commit is contained in:
2024-10-02 09:40:23 +02:00
parent 974a3d49b5
commit 1381706440
2 changed files with 119 additions and 65 deletions

View File

@@ -6,7 +6,7 @@
font-family: 'Ubuntu', sans-serif;
}
body{
background-color: #333;
background-color: #262a2b;
color: #fff;
min-height: 100vh;
@@ -34,4 +34,6 @@ button{
height: 30px;
width: 60px;
margin: .5rem;
color: #fff;
background: #6b6b6b;
}