Improve long format markdown rendering

This commit is contained in:
Daniele Tonon
2023-06-06 00:08:45 +02:00
parent 865f80b6b7
commit 397fe8a5c4
4 changed files with 146 additions and 83 deletions

View File

@@ -44,9 +44,17 @@ body {
}
}
h1, h2 {
h1, h2, h3 {
font-weight: 100;
line-height: 1.1em;
margin-bottom: 0.5em;
}
.theme--default h2 {
color: #e32a6d;
}
.theme--dark h2 {
color: #e32a6d;
}
.theme--default a {
@@ -56,6 +64,10 @@ h1, h2 {
color: #fafafa;
}
p {
margin-top: 0.5em;
}
.background {
position: fixed;
top: 0;