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