What I’m trying to do
I want to customize some things on my Publish site, but even though I’m somewhat comfortable with CSS, I don’t know how to change the values to things that start with #
Things I have tried
I went to this page, for example (Navigation - Developer Documentation) and I can see all the options there, but how will I add them to my publish.css file? Do I just add like
--nav-item-size {
color: red;
}
?