ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: live627 on May 01, 2016, 04:02:52 am

Title: Display glitch
Post by: live627 on May 01, 2016, 04:02:52 am
Emboldened text overrides a custom color

http://www.elkarte.net/community/index.php?topic=2497.msg16576#msg16576

Headers should be orangeish.
Title: Re: Display glitch
Post by: emanuele on May 01, 2016, 04:23:09 am
Code: [Select]
strong, .bbc_strong {
color: #686868;
}
Light variant should not override the text color to me.
Title: Re: Display glitch
Post by: Spuds on May 01, 2016, 10:27:38 am
Should be color: inherit; in the light varient, that's what we have in beSocial to prevent that issue.  Humm or better yet just removed.