File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ module.exports = {
5252 typography : {
5353 DEFAULT : {
5454 css : {
55+ h4 : {
56+ 'font-size' : '1.125rem' ,
57+ } ,
58+ p : {
59+ 'line-height' : '1.7' ,
60+ } ,
5561 a : {
5662 '&:hover' : {
5763 'text-decoration' : 'none' ,
@@ -61,6 +67,16 @@ module.exports = {
6167 blockquote : {
6268 'font-style' : 'normal' ,
6369 } ,
70+ 'ul > li::marker' : {
71+ 'color' : '#9CA3AF' ,
72+ } ,
73+ 'ol > li::marker' : {
74+ 'font-weight' : 'bold' ,
75+ } ,
76+ dd : {
77+ 'margin-top' : '0' ,
78+ 'padding-inline-start' : '1em' ,
79+ } ,
6480 table : {
6581 'overflow' : 'hidden' ,
6682 'margin-top' : '0' ,
@@ -88,6 +104,9 @@ module.exports = {
88104 'tr:last-child th, tr:last-child td' : {
89105 'border-bottom' : '0' ,
90106 } ,
107+ '[class*="column-media-"] img' : {
108+ "margin-bottom" : ".75em" ,
109+ }
91110 } ,
92111 } ,
93112 } ,
You can’t perform that action at this time.
0 commit comments