Skip to content

Commit

Permalink
Use less scratchy board texture
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed May 14, 2016
1 parent e0cb491 commit ea8e659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed go-assets/wood_full_lighter.jpg
Binary file not shown.
Binary file added go-assets/wood_used.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* This stylesheet is loaded when Sabaki starts up. */

.goban {
border-color: #966009;
border-color: #A57014;
}

.goban,
.goban .row li .stone span::before,
.goban .row li .stone span::after,
.goban .row li.cross .stone span {
background-color: #CB9838;
background-image: url('go-assets/wood_full_lighter.jpg');
background-color: #D8A347;
background-image: url('go-assets/wood_used.jpg');
background-size: cover;
}
.goban .row li.triangle .stone span::after {
border-bottom-color: #CB9838;
border-bottom-color: #D8A347;
}

.goban li.sign_1 .stone img {
Expand Down

0 comments on commit ea8e659

Please sign in to comment.