|
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
|
|