diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index d3f857b..961bce0 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -3,7 +3,7 @@
<% (config.social||[]).forEach(function(value){ %> <% if (value.url && value.icon) { %> - + <%}%> <%})%>
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index fe8fc76..49c6bca 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -37,9 +37,9 @@ @@ -51,7 +51,7 @@ <% if (config.nav_menu) { %> <% (config.nav_menu || []).forEach(function(value){ %>
  • - " class="nav flat-box" href="<%= url_for(value.url) %>"> + " class="nav flat-btn" href="<%= url_for(value.url) %>">  <%=value.name%>
  • diff --git a/layout/_widget/author.ejs b/layout/_widget/author.ejs index 55f50e7..a2f4d15 100755 --- a/layout/_widget/author.ejs +++ b/layout/_widget/author.ejs @@ -19,7 +19,7 @@
    <% (config.social||[]).forEach(function(value){ %> <% if (value.url && value.icon) { %> - + <%}%> <%})%>
    diff --git a/source/less/_main.less b/source/less/_main.less index 167087b..bce0707 100755 --- a/source/less/_main.less +++ b/source/less/_main.less @@ -316,12 +316,14 @@ .fa-spinner{ color: @color_text_in_header; } + border-left-width: 30px; + padding-right: 10px; } i{ - width: 24px; + width: 28px; line-height: 24px; color: @color_text_in_header; - margin-left: -26px; + margin-left: -28px; } a{ color: fade(@color_text_main, 70%); @@ -331,7 +333,7 @@ color: @color_text_in_header; } &:active { - color: darken(@color_text_highlight, 25%); + // color: darken(@color_text_highlight, 25%); } } .categories {