UI Bar Customization

After playing around with it, I figured it out!

#menu-core li a:hover {
    color: hotpink;
}
#menu li a:hover {
    background-color: #222;
    border-color: #eee;
    text-align: right;
}
#menu-core li a {
    color: pink;
    text-align: right;
}

i’m experiencing some flickering so i need to play around with it a little bit more, but i’m really happy with this! also, the links are pink because i was testing link colours lol.

2 Likes