Accents in custom CSS code
-
I’m trying to highlight cells as per our discussion here, and I’ve had plenty of success so far . . . except when the term to be highlighted has an ? in it.
This is the code I’ve been trying to input:
.tablepress-stat .highlight-a?asco {
background-color: #a30000 !important;
color: #ffd65c !important;
}I know it works, because when I take the ? off, and replace with a regular n, it’s still colored in according to my settings.
I notice that, in the Plugin Options, that adding the ? makes whatever I type afterwards turn green, which I assume means it no longer forms part of the command. Is there a workaround for this? I can implement a different solution if need be, but I figured I’d ask y’all first.
- The topic ‘Accents in custom CSS code’ is closed to new replies.