_styles_project.scss
by Michael Tsai
HTML
<h2>
test
</h2>
CSS
:root > * {
--md-shadow-z1: 0 0.2rem 0.5rem #0000000d,0 0 0.05rem #0000001a;
--md-shadow-z2: 0 0.2rem 0.5rem #0000001a,0 0 0.05rem #00000040;
--md-shadow-z3: 0 0.2rem 0.5rem #0003,0 0 0.05rem #00000059;
--md-primary-fg-color: #16191F;
}
:root {
--bs-body-font-family: Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--line-yellow: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23fc0' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}
.logo-image-height {
height: 32px;
padding-right: 12px;
}
pre {
font-size: 0.9rem;
}
h2 {
font-size: 1.9rem;
font-weight: 600;
}
// Section 首頁的標題連結
.section-index h5 a {
font-weight: 700;
font-family: '微軟正黑體', var(--bs-body-font-family);
font-size: 1.18rem;
}
.lead {
font-size: 1.1rem;
font-weight: 400;
}
.reading-time {
margin-top: 20px;
}
.td-toc a {
font-weight: 400;
}