public_notes/quartz/styles/custom.scss

123 lines
1.9 KiB
SCSS
Raw Normal View History

@use "./base.scss";
2023-07-20 13:59:48 +09:00
// put your custom CSS here!
2024-01-22 20:44:01 +09:00
h1 {
2024-02-05 13:33:58 +09:00
font-size: 1.75rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
margin-top: 0rem;
margin-bottom: 0rem;
}
h1 .page-title {
2024-02-05 13:33:58 +09:00
font-size: 1.75rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .2rem !important;
}
.explorer h1 {
2024-02-05 13:33:58 +09:00
font-size: 1.75rem !important;
}
li {
line-height: 1em;
2024-01-22 20:44:01 +09:00
}
.explorer li {
2024-02-05 13:33:58 +09:00
font-size: 0.8rem !important;
2024-01-22 20:44:01 +09:00
line-height: 1rem !important;
}
h2 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
}
h3 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
}
.backlinks h3 {
font-size: 1rem !important;
}
.backlinks li {
2024-02-05 13:33:58 +09:00
font-size: 0.8rem !important;
2024-01-22 21:58:04 +09:00
margin-left: 1rem !important;
2024-02-05 13:33:58 +09:00
}
2024-01-22 21:58:04 +09:00
2024-02-05 13:33:58 +09:00
.recent-notes>ul.recent-ul>li .section>.desc>h3>a {
font-size: 0.8rem !important;
2024-01-22 21:58:04 +09:00
}
.recent-li p {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
}
2024-01-22 21:58:04 +09:00
.recent-notes>ul.recent-ul>li {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.recent-notes>ul.recent-ul {
margin: 0 !important;
2024-01-22 22:24:13 +09:00
margin-top: 0.5rem !important;
margin-left: 1.0rem !important;
2024-01-22 21:58:04 +09:00
}
.recent-li h3 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 21:58:04 +09:00
letter-spacing: 0 !important;
}
.recent-notes h3 {
font-size: 1rem !important;
}
2024-01-22 20:44:01 +09:00
h4 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
}
h5 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
}
h6 {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
letter-spacing: .1rem !important;
}
.article-title {
2024-02-05 13:33:58 +09:00
font-size: 1rem !important;
2024-01-22 20:44:01 +09:00
}
.center {
width: 100%;
}
p {
2024-02-05 13:33:58 +09:00
font-size: 0.8rem;
line-height: 1.3rem;
letter-spacing: .05rem !important;
2024-01-22 20:44:01 +09:00
margin-left: 1rem !important;
}
pre {
margin-left: 1rem;
}
2024-02-05 13:33:58 +09:00
code {
font-size: 0.8rem !important;
}
2024-01-22 20:44:01 +09:00
.content-meta {
margin-left: 0rem !important;
margin-block-end: 0rem !important;
font-family: sans-serif;
2024-01-22 21:58:04 +09:00
}
2024-02-05 13:33:58 +09:00
a.internal {
margin-right: 0.8rem;
}