projects
/
xogo.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Reorganize folders (untested Baroque). Draft Go
[xogo.git]
/
variants
/
Go
/
style.css
Commit
Line
Data
a89fb4e9
BA
1
.chessboard_SVG {
2
background-color: #BA8C63;
3
}
4
5
piece.white.stone {
6
background-image: url('/variants/Go/pieces/black_stone.svg');
7
}
8
piece.black.stone {
9
background-image: url('/variants/Go/pieces/white_stone.svg');
10
}