mirror of
https://gh.wpcy.net/https://github.com/wp-cli/scaffold-command.git
synced 2026-04-25 09:43:29 +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;
|
|
}
|