提交 c7e389c2 编写于 作者: D Dillon

feat(style): add some custom styles

上级 8a48fba7
html {
font-family: $global-font-family;
font-size: 16px;
font-size: $global-font-size;
font-weight: $global-font-weight;
line-height: $global-line-height;
width:100%;
}
......@@ -27,8 +29,6 @@ html {
}
body {
font-weight: 400;
line-height: 1.5rem;
background-color: $global-background-color;
color: $global-font-color;
overflow-wrap: break-word;
......@@ -76,6 +76,10 @@ a {
}
}
b, strong {
font-weight: bold;
}
#dynamic-to-top {
display: none;
overflow: hidden;
......
......@@ -6,6 +6,10 @@ header {
.dark-theme & {
background-color: $header-background-color-dark;
}
.header-title {
font-weight: bold;
}
}
#header-desktop {
......
......@@ -3,8 +3,11 @@
// ==============================
// ========== Global ========== //
// Font family
// Font and Line Height
$global-font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft Yahei, Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji !default;
$global-font-size: 16px;
$global-font-weight: 300;
$global-line-height: 1.5rem;
// Color of the background
$global-background-color: #fff !default;
......
......@@ -6,7 +6,7 @@
{{- end -}}
{{- /* Posts */ -}}
{{- if .Site.Params.home.posts.enable -}}
{{- if ne .Site.Params.home.posts.enable false -}}
{{- /* Paginate */ -}}
{{- $paginator := where .Site.RegularPages "Type" "posts" -}}
{{- if ne .Site.Params.home.posts.mode.defaultHiddenFromHomePage false -}}
......
{"Target":"css/style.min.22797a679118d2eb3f376ecb55adbba6052c813ae165d44e004bbf861d5a1ed1.css","MediaType":"text/css","Data":{"Integrity":"sha256-Inl6Z5EY0us/N27LVa27pgUsgTrhZdROAEu/hh1aHtE="}}
\ No newline at end of file
{"Target":"css/style.min.8d8ebcf734d4e8e32cab589f8df6e5bad5775d4d25d0cf2b66c6c5476831f18d.css","MediaType":"text/css","Data":{"Integrity":"sha256-jY689zTU6OMsq1ifjfblutV3XU0l0M8rZsbFR2gx8Y0="}}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册