PluginProbe ʕ •ᴥ•ʔ
AlphaListing / 4.3.6
AlphaListing v4.3.6
trunk 4.3.4 4.3.5 4.3.6 4.3.7 4.4.0
alphalisting / css / style.css
alphalisting / css Last commit date
alphalisting-customize.css 9 months ago alphalisting-customize.scss 9 months ago alphalisting-default.css 9 months ago alphalisting-default.scss 9 months ago editor.css 9 months ago style.css 9 months ago
style.css
13 lines
1 /**
2 * The following styles get applied both on the front of your site
3 * and in the editor.
4 *
5 * Replace them with your own styles or remove the file completely.
6 */
7
8 .wp-block-alphalisting-wp-alphalisting-block {
9 background-color: #000;
10 color: #fff;
11 padding: 2px;
12 }
13