File tree Expand file tree Collapse file tree 2 files changed +64
-2
lines changed Expand file tree Collapse file tree 2 files changed +64
-2
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,24 @@ main > article:last-of-type,
114
114
main .slim > article : last-of-type {
115
115
margin-bottom : 0px ;
116
116
}
117
- main > article > header {
117
+ main > article > header ,
118
+ main > article h1 {
118
119
background-color : rgba (64 , 64 , 64 , 0.6 );
119
120
display : block;
120
121
font : 14pt source sans pro;
121
122
padding : 10px ;
122
123
}
124
+ main > article h1 {
125
+ margin : 10px 0px ;
126
+ margin-left : -10px ;
127
+ margin-right : -10px ;
128
+ }
129
+ main > article h1 : first-child {
130
+ margin-top : 0px ;
131
+ }
132
+ main > article h1 : last-child {
133
+ margin-bottom : 0px ;
134
+ }
123
135
main > article > header .no-select {
124
136
cursor : default;
125
137
-webkit-touch-callout : none;
@@ -364,3 +376,22 @@ hr {
364
376
border : 0px ;
365
377
height : 5px ;
366
378
}
379
+ h1 , h2 , h3 , h4 , h5 , h6 {
380
+ margin : 10px 0px 0px 0px ;
381
+ }
382
+ h2 {
383
+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
384
+ font-size : 13pt ;
385
+ }
386
+ h3 {
387
+ font-size : 12pt ;
388
+ }
389
+ h4 {
390
+ font-size : 11pt ;
391
+ }
392
+ h5 {
393
+ font-size : 10pt ;
394
+ }
395
+ h6 {
396
+ font-size : 9pt ;
397
+ }
Original file line number Diff line number Diff line change @@ -111,12 +111,24 @@ main.slim > article {
111
111
margin : 0px ;
112
112
overflow : hidden;
113
113
}
114
- main > article > header {
114
+ main > article > header ,
115
+ main > article h1 {
115
116
background-color : rgba (64 , 64 , 64 , 0.6 );
116
117
display : block;
117
118
font : 14pt source sans pro;
118
119
padding : 10px ;
119
120
}
121
+ main > article h1 {
122
+ margin : 10px 0px ;
123
+ margin-left : -10px ;
124
+ margin-right : -10px ;
125
+ }
126
+ main > article h1 : first-child {
127
+ margin-top : 0px ;
128
+ }
129
+ main > article h1 : last-child {
130
+ margin-bottom : 0px ;
131
+ }
120
132
main > article > header .no-select {
121
133
cursor : default;
122
134
-webkit-touch-callout : none;
@@ -379,3 +391,22 @@ hr {
379
391
border : 0px ;
380
392
height : 5px ;
381
393
}
394
+ h1 , h2 , h3 , h4 , h5 , h6 {
395
+ margin : 10px 0px 0px 0px ;
396
+ }
397
+ h2 {
398
+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
399
+ font-size : 13pt ;
400
+ }
401
+ h3 {
402
+ font-size : 12pt ;
403
+ }
404
+ h4 {
405
+ font-size : 11pt ;
406
+ }
407
+ h5 {
408
+ font-size : 10pt ;
409
+ }
410
+ h6 {
411
+ font-size : 9pt ;
412
+ }
You can’t perform that action at this time.
0 commit comments