apxltd / what-bugs

What bugs?
3 stars 0 forks source link

Cyborg theme tweaks #165

Open whjms opened 6 years ago

whjms commented 6 years ago

Fix replies label:

.topic [component="post/parent"] {
     background-color: #333;
}

image

image

Fix notification color:

body.skin-cyborg .header .notification-list li.unread {
    background-color: #565656;
}

image

image

BenLubar commented 6 years ago

Pull requests accepted:

https://github.com/boomzillawtf/tdwtf/blob/14fb2cca981d7b1b364e7fe56973ac5d80f725f7/plugins/nodebb-plugin-tdwtf-customizations/custom.less#L585