lix-website/themes/lix/assets/scss/sections/blog-single.scss

37 lines
439 B
SCSS
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
.blog-content {
max-width: 900px;
2024-05-06 02:48:34 +00:00
min-width: 100px;
2024-04-27 03:39:10 +00:00
.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;
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
}