anthony1x6000 / ROBLOX2016stylus

Stylish/stylus theme
https://anthonyis.online/0/roblox2016
MIT License
19 stars 6 forks source link

Handling BTRoblox nav icons #7

Closed aubymori closed 2 years ago

aubymori commented 2 years ago

Is your feature request related to a problem? Please describe. The color of the BTR nav icons in the blue header are wrong.

Describe the feature you'd like I'd like these icons to be consistent with the 2016 style.

Additional context Go to line 1764 in the style, and add the .light-theme #header .btr-nav-notif selector to it. (Here's the CSS rule I'm talking about)

.light-theme .notification-red {
    background-color: #e2231a;
    color: #ffffff;
}

Also, add this CSS rule.

.light-theme .icon-nav-message-btr,
.light-theme .icon-nav-friend-btr {
    filter: none;
}

Before: image After: image

anthony1x6000 commented 2 years ago

Thanks for creating a fix! It should now be in the unreleased style.