Change card background
This commit is contained in:
parent
273b9c4af8
commit
d28859b018
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ span {
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
border: 2px;
|
border: 2px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
background-color: black;
|
background-color: rgb(192, 192, 192);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue