aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
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;
+}