Add rules.ecr and change background image.

This commit is contained in:
2018-06-12 21:01:28 -07:00
parent b7bdbbdc12
commit d8ae468f39
6 changed files with 9 additions and 2 deletions

1
public/css/main.css vendored
View File

@@ -70,6 +70,7 @@ div.top-bar {
padding: 20px;
max-width: 500px;
margin: auto;
margin-top: 20px;
border-radius: 10px; }
.black-player .board-cell:hover .overlay {

View File

@@ -2,6 +2,7 @@ body {
font-family: Roboto;
background-image: url(/images/clouds.jpg);
background-color: #F5F7FA;
background-size: cover;
color: #2d2d2d;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 180 KiB

View File

@@ -90,6 +90,7 @@ div.top-bar {
padding: 20px;
max-width: 500px;
margin: auto;
margin-top: 20px;
border-radius: 10px;
}