aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-17 12:19:26 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-17 12:19:26 -1000
commit657cbd53fd8ca892f632356e5e61175d56ce4f91 (patch)
tree0f2cc919a8a57795fbc77493f9e357223a85675d /static/styles.css
parent70f84d7207fb0c4a8cdf51ece48ec9f619a041f4 (diff)
downloadpatchfoo-657cbd53fd8ca892f632356e5e61175d56ce4f91.tar.gz
patchfoo-657cbd53fd8ca892f632356e5e61175d56ce4f91.zip
Render chess moves and invites
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css6
1 files changed, 4 insertions, 2 deletions
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;
+}