[opt] css

This commit is contained in:
xaoxuu 2024-01-03 13:57:18 +08:00
parent 5346950d4d
commit 5c1ecd23ab
2 changed files with 3 additions and 2 deletions

View File

@ -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() %>

View File

@ -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