| @@ -313,4 +313,14 @@ | ||
| 313 | 313 | left: 5%; |
| 314 | 314 | padding: 40px; |
| 315 | 315 | } |
| 316 | 316 | } |
| 317 | + | |
| 318 | +/* Member Content Login block and shortcode */ | |
| 319 | +#convertkit-restrict-content.convertkit-login { | |
| 320 | + | |
| 321 | + /* Honor the block's text color, which the ID selectors above would otherwise override. */ | |
| 322 | + p, | |
| 323 | + small { | |
| 324 | + color: inherit; | |
| 325 | + } | |
| 326 | +} | |