formatting
This commit is contained in:
parent
100744351d
commit
6cdd494e0e
@ -67,7 +67,8 @@ function jett_block_styles() {
|
|||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}'
|
}
|
||||||
|
'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
register_block_style(
|
register_block_style(
|
||||||
@ -81,7 +82,8 @@ function jett_block_styles() {
|
|||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}'
|
}
|
||||||
|
'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
register_block_style( 'core/list', array(
|
register_block_style( 'core/list', array(
|
||||||
@ -100,6 +102,7 @@ function jett_block_styles() {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
) );
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
add_action( 'init', 'jett_block_styles' );
|
add_action( 'init', 'jett_block_styles' );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user