this is what i want for reading mode.
is this possible for reading mode ?
For help, especially appearance questions, it’s best to share what theme and/or custom snippets you are currently using and what you have tried so far. It makes it easier for others to offer assistance.
You could try something like this
:is(h1,h2,h3,h4,h5,h6) {
padding: 3px;
border-radius: 6px;
width: fit-content;
background-color: salmon;
}
1 Like
thanks a lot it works.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.