fix: style
This commit is contained in:
parent
baa5a1cdc7
commit
91abd96dce
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,3 +5,6 @@
|
|||||||
yarn.lock
|
yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Setting
|
||||||
|
_config.yml
|
@ -23,8 +23,8 @@
|
|||||||
<% if (theme.favicon){ %>
|
<% if (theme.favicon){ %>
|
||||||
<link rel="shortcut icon" href="<%- theme.favicon %>" />
|
<link rel="shortcut icon" href="<%- theme.favicon %>" />
|
||||||
<% } %>
|
<% } %>
|
||||||
<%- css('css/style') %> <% if (theme.fancybox){ %> <%-
|
<%- css('css/style') %>
|
||||||
css('fancybox/jquery.fancybox.min') %> <% } %> <%- js('/js/pace.min.js') %>
|
<%- js('/js/pace.min.js') %>
|
||||||
|
|
||||||
<%- partial('google-analytics') %>
|
<%- partial('google-analytics') %>
|
||||||
<%- partial('baidu-analytics') %>
|
<%- partial('baidu-analytics') %>
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
> .tag-list-item
|
> .tag-list-item
|
||||||
display inline-block
|
display inline-block
|
||||||
padding .5rem 1rem
|
padding .5rem 1rem
|
||||||
|
font-size 120%
|
||||||
&:before
|
&:before
|
||||||
content "\eec3"
|
content "\eec3"
|
||||||
font-family remixicon
|
font-family remixicon
|
||||||
|
Loading…
Reference in New Issue
Block a user