diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 6 |
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; +} |