mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add h3 and h4 styles to markdown preview stylesheet
This commit is contained in:
@@ -65,6 +65,20 @@
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
.markdown-body h3 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.markdown-body h4 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.markdown-body p {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user