diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 5980e2a..c26cf59 100644 --- a/static/styles.css +++ b/static/styles.css @@ -184,6 +184,12 @@ table.ssb-object td { border: 1px solid black; } +.chess-square { + width: 1em; + height: 1em; + text-align: center; +} + .chess-square-dark { background-color: #ccc; } |