mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
match more of the look of .com's markdown style
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
.markdown-preview {
|
||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-color: #F4F4F4;
|
||||
background-color: #fff;
|
||||
overflow: auto;
|
||||
z-index: 3;
|
||||
box-sizing: border-box;
|
||||
@@ -12,14 +15,7 @@
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
background-color: #fff;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px,rgba(0, 0, 0, 0.3) 0 1px 3px;
|
||||
border-radius: 5px;
|
||||
max-width: 914px;
|
||||
min-width: 680px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.markdown-body pre,
|
||||
|
||||
Reference in New Issue
Block a user