2024-04-27 03:39:10 +00:00
|
|
|
.blog-content {
|
|
|
|
max-width: 900px;
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
pre {
|
|
|
|
padding: 16px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
}
|
2024-04-28 00:33:52 +00:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-top: 3rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
|
2024-04-28 01:20:05 +00:00
|
|
|
h3 {
|
|
|
|
margin-top: 2rem;
|
2024-04-28 05:14:00 +00:00
|
|
|
color: $danger;
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: 600;
|
2024-04-28 01:20:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-04-28 00:33:52 +00:00
|
|
|
h4 {
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
2024-04-28 02:32:25 +00:00
|
|
|
|
|
|
|
div.footnotes {
|
|
|
|
margin-top: 5rem;
|
|
|
|
filter: opacity(60%);
|
|
|
|
}
|
2024-04-27 03:39:10 +00:00
|
|
|
}
|