
@import "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.0/build/styles/github-dark.min.css";
/* Code syntax highlight */
/* @import "css/reset.css"; */
/* @import "css/navbar.css"; */
/* @import "css/search.css"; */
/* @import "css/post-list.css"; */
/* @import "css/post.css"; */
/* @import "css/tag.css"; */
/* @import "css/grid.css"; */
/* @import 'css/footer.css'; */
.post p {
    font-weight: 300;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 2;
    padding: 2px;
}
.post h1 {
    letter-spacing: 0.025em;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 2px;
    padding-top: 8px;
}
.post h2 {
    letter-spacing: 0.025em;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
    line-height: 2rem;
    padding-bottom: 2px;
    padding-top: 8px;
}
.post h3 {
    letter-spacing: 0.025em;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 2px;
    /* padding-top: 8px; */
}
/* .post a {
    color: rgb(34 211 238);
} */
/* .post a:hover {
    text-decoration-line: underline;
} */
.post img {
    border-radius: 0.375rem;
}
.post ul {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 300;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



