Fix summary display

This commit is contained in:
Tim Van Baak 2021-03-17 20:59:48 -07:00
parent 8e2369eff9
commit a6d961aba9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
.item-info { color: rgba(0, 0, 0, 0.7); }
.readable-item img { max-width: 100%; }
button, summary { cursor: pointer; }
summary { display: block; }
summary:focus { outline: 1px dotted gray; }
.strikethru span, .strikethru p { text-decoration: line-through; }
.fade span, .fade p { color: rgba(0, 0, 0, 0.2); }