sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-04-28 16:30:03 +09:00
parent 45f94bd082
commit 604c10b32e

View file

@ -1,26 +1,32 @@
@use "./base.scss";
$root-font-size: 18px;
$default-font-size: 1rem;
$default-line-height: 1.3rem;
$default-font-size: 1.125rem;
$default-line-height: 2.25rem;
$header-font-size-base : $default-font-size * 1.2;
$header-font-size-h6 : $default-font-size * 1.2;
$header-line-height : 120%;
$header-font-family: "Helvetica Neue", "BIZ UDPGothic", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
$body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
$body-font-family: YakuHanJPs, "Segoe UI", Arial, Meiryo, sans-serif;
$header-font-family: $body-font-family;
// "Helvetica Neue", "BIZ UDPGothic", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
// $body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
$pre-font-family: "Inconsolata", "Noto Mono", monospace;
// put your custom CSS here!
html {
font-size: $root-font-size !important;
font-weight: 400;
font-kerning: normal;
font-size: 100%;
// font-size: $root-font-size !important;
}
body {
font-family: $body-font-family !important;
// font-family: $body-font-family !important;
}
h1 {
font-size: 1.75rem !important;
font-family: $header-font-family !important;
@ -87,7 +93,7 @@ p {
line-height: $default-line-height;
letter-spacing: .025rem !important;
margin-left: 1rem !important;
}
p.content-meta {
@ -124,6 +130,7 @@ a.tag-link {
margin: 0 !important;
margin-bottom: 0.5rem !important;
}
.katex {
font-family: "Times New Roman" !important;
font-size: 1rem !important;
@ -137,4 +144,10 @@ a.tag-link {
text-align: left !important;
margin-left: 3rem !important;
white-space: nowrap;
}
}
// ソース
/*
.data-line {
}
*/