Hi,
I have this code to change the navbar font color. I want to make it so then hovered over the font stays white and bolds.
Any idea how to do that? thanks
/* topbar Font Color */
body .x-topbar .p-info,
body .x-topbar .p-info a {
color:#FFF;
font-size: 1.5rem;
}