diff --git a/static/tos/img/comments.png b/static/tos/img/comments.png index 1b30e68..c7bfd93 100644 Binary files a/static/tos/img/comments.png and b/static/tos/img/comments.png differ diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index ab26ff5..1e9874b 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -597,24 +597,22 @@ h5,h6{ padding:12px; color:#fff; opacity:.8; - transition:opacity .35s ease-in-out; + transition:opacity .2s ease-out; &:before{ content:""; position:absolute; right:100%; bottom:8px; left:12px; - height:1px; + height:2px; background:#fff; - opacity:.25; - transition:all .35s ease-in-out; + transition:all .2s ease-out; } &:hover{ text-decoration:none; opacity:1; &:before{ right:12px; - opacity:.5; } } } diff --git a/themes/hugo-casper3/layouts/_default/list.html b/themes/hugo-casper3/layouts/_default/list.html index 83360eb..5751f13 100644 --- a/themes/hugo-casper3/layouts/_default/list.html +++ b/themes/hugo-casper3/layouts/_default/list.html @@ -13,7 +13,7 @@

{{ .Title }}

-

{{ len .Pages }} post{{ if gt (len .Pages) 1 }}s{{ end }} +

{{ len .Pages }} post{{ if gt (len .Pages) 1 }}s{{ end }}