diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 2cf6474..a01288d 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -40,11 +40,11 @@ <% if (post.prev.tags && post.prev.tags.length) { %> -
+
<% post.prev.tags.each(function(item){ %> <%=item.name %> <%})%> -
+ <% } %> @@ -59,11 +59,11 @@ <% if (post.next.tags && post.next.tags.length) { %> -
+
<% post.next.tags.each(function(item){ %> <%=item.name %> <%})%> -
+ <% } %> diff --git a/source/less/_footer.less b/source/less/_footer.less index eb7a7f8..65c8662 100755 --- a/source/less/_footer.less +++ b/source/less/_footer.less @@ -39,8 +39,8 @@ margin: 4px; border-radius: 100px; &:hover { - background: darken(@theme-bg-main, 20%); - color: @theme-text-highlight; + background: fade(@theme-bg-quote, 10%); + color: @theme-bg-quote; } } } diff --git a/source/less/_main.less b/source/less/_main.less index 57dc44b..57934b9 100755 --- a/source/less/_main.less +++ b/source/less/_main.less @@ -291,12 +291,16 @@ color: fade(@theme-text-main, 80%); padding: @gap; border-radius: @border-radius-width; + &:hover { + color: @theme-text-highlight; + } } @media(max-width:@on-phone) { section{ border-radius: 0; } } + } } diff --git a/source/less/_widget.less b/source/less/_widget.less index 8ccfd91..43de335 100755 --- a/source/less/_widget.less +++ b/source/less/_widget.less @@ -122,8 +122,8 @@ margin: 4px; border-radius: 100px; &:hover { - background: darken(@theme-bg-card, 20%); - color: @theme-text-highlight; + background: fade(@theme-bg-quote, 10%); + color: @theme-bg-quote; } } }