From fb28ad5455861b8c3be7e90c5e2bf76ad59926e9 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 23 Jan 2021 15:32:22 +0100 Subject: [PATCH] =?UTF-8?q?Ozna=C4=8Den=C3=AD=20hotov=C3=BDch=20krok=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/_lists.scss | 2 ++ templates/index.html | 1 + templates/page.html | 9 +++++++++ 3 files changed, 12 insertions(+) diff --git a/sass/_lists.scss b/sass/_lists.scss index 198a1fe..22ccd88 100644 --- a/sass/_lists.scss +++ b/sass/_lists.scss @@ -18,5 +18,7 @@ ol { font-size:2em; color:$primary; } + + &.completed { opacity: .4; } } } diff --git a/templates/index.html b/templates/index.html index 2c57971..142b7db 100644 --- a/templates/index.html +++ b/templates/index.html @@ -65,5 +65,6 @@ {% endblock content %} + {% block script %}{% endblock script %} diff --git a/templates/page.html b/templates/page.html index 680b16e..d76c2b1 100644 --- a/templates/page.html +++ b/templates/page.html @@ -47,3 +47,12 @@ {% endblock content %} + +{% block script %} + +{% endblock script %}