Add rules.ecr and change background image.
This commit is contained in:
1
public/css/main.css
vendored
1
public/css/main.css
vendored
@@ -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 {
|
||||
|
||||
1
public/css/style.css
vendored
1
public/css/style.css
vendored
@@ -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 |
@@ -90,6 +90,7 @@ div.top-bar {
|
||||
padding: 20px;
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user