From f4b48126516cd6f0f36a3d87f585193436da531b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 10 Dec 2018 01:25:23 -0700 Subject: [PATCH] Make crossed-out list items faded --- static/css/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/home.css b/static/css/home.css index 9a44e79..c359b3c 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -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; } \ No newline at end of file