File tree Expand file tree Collapse file tree 6 files changed +50
-10
lines changed Expand file tree Collapse file tree 6 files changed +50
-10
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ textarea {
171
171
max-width : 100% ;
172
172
}
173
173
174
- @import url (http://fonts.googleapis.com/css?family=Lora:400 , 400 italic );
174
+ @import url (http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 , 300 italic , 700 );
175
175
176
176
@import url (http://fonts.googleapis.com/css?family=Arimo:700, 700italic );
177
177
@@ -182,7 +182,8 @@ html {
182
182
183
183
body {
184
184
color : # 444 ;
185
- font-family : Lora, Georgia, serif;
185
+ font-family : 'Open Sans Condensed' , sans-serif;
186
+ font-weight : 300 ;
186
187
margin : 0 auto;
187
188
max-width : 48rem ;
188
189
line-height : 1.45 ;
196
197
h5 ,
197
198
h6 {
198
199
font-family : Arimo, Helvetica, sans-serif;
200
+ }
201
+
202
+ h1 ,
203
+ h2 ,
204
+ h3 {
205
+ border-bottom : 2px solid # fafafa ;
206
+ margin-bottom : 1.15rem ;
207
+ padding-bottom : .5rem ;
208
+ text-align : center;
209
+ }
210
+
211
+ blockquote {
212
+ border-left : 8px solid # fafafa ;
213
+ padding : 1rem ;
214
+ }
215
+
216
+ pre ,
217
+ code {
218
+ background-color : # fafafa ;
199
219
}
Original file line number Diff line number Diff line change 1
1
< h1 > Modest</ h1 >
2
- < p > < a href ="https://github.com/markdowncss/modest "> Modest</ a > is the second of many stylesheets to make HTML generated from
2
+ < p > < a href ="https://github.com/markdowncss/modest "> Modest</ a > is the fourth of many stylesheets to make HTML generated from
3
3
markdown look beautiful. A list of all available stylesheets can be found < a href ="https://github.com/markdowncss "> here</ a > .</ p >
4
4
< h4 > A markdown theme that is rather modest.</ h4 >
5
5
< p > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vehicula pharetra ultricies. Cras magna turpis,
@@ -46,4 +46,4 @@ <h4>Lists</h4>
46
46
< li > Feed the dog</ li >
47
47
< li > Dance</ li >
48
48
</ ol >
49
- < p > Crafted with <3 by < a href ="http://johnotander.com "> John Otander</ a > (< a href ="https://twitter.com/4lpine "> @4lpine</ a > ).</ p >
49
+ < p > Crafted with <3 by < a href ="http://johnotander.com "> John Otander</ a > (< a href ="https://twitter.com/4lpine "> @4lpine</ a > ).</ p >
Original file line number Diff line number Diff line change 4
4
@import "furtive-typescale" ;
5
5
@import "furtive-responsive-utils" ;
6
6
7
- @import url (http://fonts.googleapis.com/css?family=Lora:400 , 400 italic );
7
+ @import url (http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 , 300 italic , 700 );
8
8
@import url (http://fonts.googleapis.com/css?family=Arimo:700, 700italic );
9
9
10
10
html {
14
14
15
15
body {
16
16
color : # 444 ;
17
- font-family : Lora, Georgia, serif;
17
+ font-family : 'Open Sans Condensed' , sans-serif;
18
+ font-weight : 300 ;
18
19
margin : 0 auto;
19
20
max-width : 48rem ;
20
21
line-height : 1.45 ;
29
30
h6 {
30
31
font-family : Arimo, Helvetica, sans-serif;
31
32
}
33
+
34
+ h1 ,
35
+ h2 ,
36
+ h3 {
37
+ border-bottom : 2px solid # fafafa ;
38
+ margin-bottom : 1.15rem ;
39
+ padding-bottom : .5rem ;
40
+ text-align : center;
41
+ }
42
+
43
+ blockquote {
44
+ border-left : 8px solid # fafafa ;
45
+ padding : 1rem ;
46
+ }
47
+
48
+ pre ,
49
+ code {
50
+ background-color : # fafafa ;
51
+ }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h4>Lists</h4>
54
54
< li > Feed the dog</ li >
55
55
< li > Dance</ li >
56
56
</ ol >
57
- < p > Crafted with <3 by < a href ="http://johnotander.com "> John Otander</ a > (< a href ="https://twitter.com/4lpine "> @4lpine</ a > ).</ p >
57
+ < p > Crafted with <3 by < a href ="http://johnotander.com "> John Otander</ a > (< a href ="https://twitter.com/4lpine "> @4lpine</ a > ).</ p >
58
58
59
59
</ body >
60
60
</ html >
Original file line number Diff line number Diff line change 1
1
# Modest
2
2
3
- [ Modest] ( https://github.com/markdowncss/modest ) is the second of many stylesheets to make HTML generated from
3
+ [ Modest] ( https://github.com/markdowncss/modest ) is the fourth of many stylesheets to make HTML generated from
4
4
markdown look beautiful. A list of all available stylesheets can be found [ here] ( https://github.com/markdowncss ) .
5
5
6
6
#### A markdown theme that is rather modest.
@@ -52,4 +52,4 @@ gulp.task('watch', function() {
52
52
2 . Feed the dog
53
53
3 . Dance
54
54
55
- Crafted with <3 by [ John Otander] ( http://johnotander.com ) ([ @4lpine ] ( https://twitter.com/4lpine ) ).
55
+ Crafted with <3 by [ John Otander] ( http://johnotander.com ) ([ @4lpine ] ( https://twitter.com/4lpine ) ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " markdown-modest" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " A markdown CSS theme." ,
4
+ "description" : " A modest markdown CSS theme." ,
5
5
"main" : " gulpfile.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments