Make crossed-out list items faded

This commit is contained in:
Skylar Ittner 2018-12-10 01:25:23 -07:00
parent 1d6b6d3afd
commit f4b4812651

View File

@ -38,4 +38,5 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
.parsedown-task-list-close {
text-decoration: line-through;
opacity: 0.5;
}