mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
5d76785ad8
Moved blocks into a multi-block folder structure Added url-loader for static images Moved CSS to build dir
12 lines
253 B
CSS
12 lines
253 B
CSS
/**
|
|
* 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-wp-strava-activity {
|
|
background-color: #000;
|
|
color: #fff;
|
|
padding: 2px;
|
|
}
|