mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-16 21:04:21 +01:00
Improve long format markdown rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user