diff --git a/templates/list.html b/templates/list.html index ad5a99a..0b48eac 100644 --- a/templates/list.html +++ b/templates/list.html @@ -91,24 +91,12 @@ white-space: pre-wrap; } - .like-button { - font-size: 16px; - font-family: 'Noto Serif SC', serif; - margin: 0 5px; - } - - .like-button a { - padding: 1px 3px; - margin-right: 0px; - border: 2px #000 solid; + .like { + fill: #fff; } - .liked, - .liked:hover { - background: #000; - color: #fff; - text-decoration: none; - pointer-events: none; + .liked { + fill: #000; } .timeago { @@ -240,10 +228,20 @@ {% endif %}
- - - {{c.likeNum}} - + + + + + + {{c.likeNum}} + +