projects
/
xogo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76aab166d0e26bb0c024b733d4888b011eb9e5bf
[xogo.git]
/
variants
/
Bario
/
style.css
1
@import
url
(
"/base_pieces.css"
);
2
3
piece
.
white
.
undefined
{
4
background-image
:
url
(
'/pieces/white_mystery.svg'
);
5
}
6
piece
.
black
.
undefined
{
7
background-image
:
url
(
'/pieces/black_mystery.svg'
);
8
}