PluginProbe
CodePen Embed Block / trunk
CodePen Embed Block vtrunk
codepen-embed-block / src / style-index.css

style-index.css in CodePen Embed Block trunk, at src/style-index.css

11 lines 195 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * The following styles get applied both on the front of your site
3 * and in the editor.
4 */
5
6 .wp-block-cp-codepen-embed-block {
7 background-color: #21759b;
8 color: #fff;
9 padding: 2px;
10 }
11