Does the ::section selector work in percussion?

I’m trying to override the default text selection color with CSS.

which is this

::selection {
background: #b9ffb7;
}
::-moz-selection {
background: #b9ffb7;
}

But it doesn’t seem to be working when I publish the pages. Does percussion not allow this override or something?

Thanks,

Hi Andrew,

Yes CM1 does support Text selection Css.

Where is it that you are placing your CSS Code?