mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2026-07-27 01:19:13 +08:00
11 lines
257 B
Text
11 lines
257 B
Text
/**
|
|
* The following styles get applied both on the front of your site and in the editor.
|
|
*
|
|
* Replace them with your own styles or remove the file completely.
|
|
*/
|
|
|
|
.wp-block-{{namespace}}-{{slug}} {
|
|
background-color: #000;
|
|
color: #fff;
|
|
padding: 2px;
|
|
}
|