11 lines
238 B
SCSS
11 lines
238 B
SCSS
/**
|
|
* The following styles get applied inside the editor only.
|
|
*
|
|
* Replace them with your own styles or remove the file completely.
|
|
*/
|
|
|
|
.wp-block-homegrade-content-blocks-questions-container {
|
|
opacity: 50%;
|
|
filter: saturate(90%);
|
|
}
|