From 657cbd53fd8ca892f632356e5e61175d56ce4f91 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 17 Jun 2017 12:19:26 -1000 Subject: Render chess moves and invites --- static/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 4497f90..ff94abf 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,11 +8,9 @@ section { padding: 1ex; } -/* .symbol { font-family: Symbola; } -*/ .ssb-post img { max-width: 100%; @@ -160,3 +158,7 @@ table.ssb-object { table.ssb-object td { border: 1px solid black; } + +.chess-square-dark { + background-color: #ccc; +} -- cgit v1.2.3