2022-05-14 04:46:49 +08:00
|
|
|
/*-- scss:defaults --*/
|
|
|
|
|
|
|
|
$primary: #637238 !default;
|
2023-05-19 04:01:02 +08:00
|
|
|
$font-size-root: 18px !default;
|
2022-05-14 04:46:49 +08:00
|
|
|
|
|
|
|
/*-- scss:rules --*/
|
|
|
|
|
|
|
|
.sidebar-title {
|
|
|
|
color: #637238;
|
|
|
|
}
|
|
|
|
|
2023-05-18 02:28:32 +08:00
|
|
|
div.sidebar-item-container .active {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-05-14 04:46:49 +08:00
|
|
|
img.quarto-cover-image {
|
|
|
|
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Headings ------------------------------------------------------ */
|
|
|
|
|
2023-05-19 04:01:02 +08:00
|
|
|
#title-block-header.quarto-title-block.default .quarto-title h1.title {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-05-14 04:46:49 +08:00
|
|
|
h2 {
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
2023-05-19 04:01:02 +08:00
|
|
|
font-size: 1.4rem;
|
|
|
|
font-weight: 600;
|
2022-05-14 04:46:49 +08:00
|
|
|
}
|
2023-05-19 04:01:02 +08:00
|
|
|
h3 { margin-top: 1.5em; font-size: 1.2rem; font-weight: 500; }
|
2022-05-14 04:46:49 +08:00
|
|
|
h4 { margin-top: 1.5em; font-size: 1.1rem; }
|
|
|
|
h5 { margin-top: 1.5em; font-size: 1rem; }
|
|
|
|
|
|
|
|
.quarto-section-identifier {
|
|
|
|
color: #6C6C6C;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Code ------------------------------------------------ */
|
|
|
|
|
2022-05-26 23:24:01 +08:00
|
|
|
code {
|
|
|
|
color: #373a3c;
|
|
|
|
}
|
2022-05-14 04:46:49 +08:00
|
|
|
|
2022-11-21 22:47:39 +08:00
|
|
|
code a:any-link {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-color: #ccc;
|
|
|
|
}
|
|
|
|
|
2022-05-14 04:46:49 +08:00
|
|
|
pre {
|
|
|
|
background-image: linear-gradient(160deg,#f8f8f8 0,#f1f1f1 100%);
|
|
|
|
}
|