[opt] css
This commit is contained in:
parent
5346950d4d
commit
5c1ecd23ab
|
@ -70,7 +70,7 @@ function og_args() {
|
||||||
%>
|
%>
|
||||||
<head>
|
<head>
|
||||||
<%- meta_generator() %>
|
<%- meta_generator() %>
|
||||||
<meta name="hexo-theme" content="<%- stellar_info('tree') %>">
|
<meta name="hexo-theme" content="<%- stellar_info('tree') %>" version="<%- stellar_info('version') %>">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<%- generate_robots() %>
|
<%- generate_robots() %>
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
color: $c-orange
|
color: $c-orange
|
||||||
opacity: 0.75
|
opacity: 0.75
|
||||||
|
|
||||||
.md-text .tag-plugin[child=codeblock]
|
.md-text .folding[child=codeblock]
|
||||||
.highlight .code .copy-btn
|
.highlight .code .copy-btn
|
||||||
|
margin-top: 1rem
|
||||||
border-radius: $border-bar
|
border-radius: $border-bar
|
Loading…
Reference in New Issue