Style question after an update

Hello!

My logseq recently updated and when that happened, the theme changed. I had been using awesomestyler for my theme, but in short, I can’t find the answer to my problem because I believe I lack terminology to search with.

What is this called:
image

Beforehand, I had that a nice bright yellow, but now it’s blending in with the block, and it’s hard for me to differentiate

I likely need to make a custom change in my css, but I just don’t know what I’m calling this.

help?

Welcome. You can inspect the desired element through Ctrl + Shift + i . You probably want to target this:

<span class="page-reference">

If so, you may add in file custom.css a css rule of this form:

span.page-reference {
}
2 Likes