提交 2e4a573e 编写于 作者: [小G]'s avatar [小G] 🚴🏽

添加h1-h6小风扇

上级 2de237b1
.deploy_git @ f7b147fd
Subproject commit a77da2c468e32a79b2afdceea1430f7e4ee68cd3
Subproject commit f7b147fd0b97f369181eb0139da4a4fe7c1e3c0a
......@@ -621,7 +621,7 @@ display_mode: light
beautify:
enable: true
field: post # site/post
title-prefix-icon: '\f0c1' # '\f54f'
title-prefix-icon: '\f185' # '\f54f'
title-prefix-icon-color: '#F47466'
# Global font settings
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
#web_bg {
/* #web_bg {
background: -webkit-linear-gradient(
0deg,
rgba(247, 149, 51, 0.1) 0,
......@@ -55,9 +55,24 @@
rgba(7, 179, 155, 0.1) 86%,
rgba(109, 186, 130, 0.1) 100%
);
} */
/* 全局背景透明渐变 */
#recent-posts>.recent-post-item,
.layout_page>div:first-child:not(.recent-posts),
.layout_post>#page,
.layout_post>#post,
.read-mode .layout_post>#post {
background: var(--light_bg_color)
}
#aside-content .card-widget {
background: var(--light_bg_color)
}
#web_bg {
background: linear-gradient(90deg, rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1))
}
#footer {
background: rgba(255,255,255,.15);
......
......@@ -7,38 +7,53 @@
@font-face {
font-family: 'HanyiYahei';
src: url('/fonts/HanYiYaHei.ttf');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/HanYiYaHei.ttf');
font-display: wrap;
}
@font-face {
font-family: 'CircleBlack';
src: url('/fonts/CircleBlack.ttf');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/CircleBlack.ttf');
font-display: wrap;
}
@font-face {
font-family: 'ajLangMan';
src: url('/fonts/ajLangMan.ttf');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/ajLangMan.ttf');
font-display: wrap;
}
@font-face {
font-family: 'SSblack';
src: url('/fonts/shishangblack.ttf');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/shishangblack.ttf');
font-display: wrap;
}
@font-face {
font-family: 'Love';
src: url('/fonts/loving.ttf');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/loving.ttf');
font-display: wrap;
}
@font-face {
font-family: 'MyDream';
src: url('/fonts/ZhuZiAWan.woff2');
src: url('https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/fonts/ZhuZiAWan.woff2');
/* https://cdn.jsdelivr.net/gh/ajream/ajream.github.io/css/index.css */
font-display: wrap;
}
body{
font-family: 'MyDream',
Lato,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Helvetica Neue",
Roboto,
"PingFang SC",
"Microsoft JhengHei",
"Microsoft YaHei",
sans-serif;
}
h1#site-title, #site-subtitle {
font-family: 'ajLangMan', 'Candyhome', sans-serif;
}
......@@ -46,22 +61,20 @@ h1#site-title, #site-subtitle {
/* 文章内容 */
.post-content, #article-containner {
font-size: 16px;
font-family: 'MyDream', 'SSblack', sans-serif;
/* font-family: 'MyDream', 'SSblack', sans-serif; */
}
/* 全局背景透明渐变 */
/* #recent-posts>.recent-post-item,.layout_page>div:first-child:not(.recent-posts),.layout_post>#page,.layout_post>#post,.read-mode .layout_post>#post {
background: var(--light_bg_color)
/*右侧按钮圆角*/
#rightside>div>a,
#rightside>div>button {
border-radius: 12px;
}
#aside-content .card-widget {
background: var(--light_bg_color)
/*分页圆角*/
span.page-number.current {
border-radius: 8px;
}
#web_bg {
background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1))
} */
......@@ -125,3 +138,25 @@ svg.icon {
overflow: hidden;
}
/* Copyright颜色 */
#post .post-copyright::before {
color: rgb(79,84,88);
}
#post .post-copyright {
-webkit-box-shadow: 2px 2px 5px;
box-shadow: 2px 2px 5px;
}
/* #post .post-copyright:before {
background: var(--heo-post-blockquote-bg);
position: absolute;
right: -26px;
top: -120px;
content: '\f25e';
font-size: 200px;
font-family: 'Font Awesome 5 Brands';
opacity: .2;
} */
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册