mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
10 lines
199 B
CSS
10 lines
199 B
CSS
|
|
/**
|
||
|
|
* The following styles get applied inside the editor only.
|
||
|
|
*
|
||
|
|
* Replace them with your own styles or remove the file completely.
|
||
|
|
*/
|
||
|
|
|
||
|
|
.wp-block-wp-strava-activity {
|
||
|
|
border: 1px dotted #f00;
|
||
|
|
}
|