dtinth / dark-facebook

[UNMAINTAINED] A dark theme for Facebook. Available as a Stylish user skin and a custom theme in Social Fixer for Facebook.
http://dtinth.github.com/dark-facebook/
35 stars 10 forks source link

Facebook Groups: About Box text too dark #58

Open croaganey opened 9 years ago

croaganey commented 9 years ago

The top right About box with the group description text (.fcb) is #333. The background (._4-u2) is #353433!important.

Proposed change: .fcb { color: #c3c3c3 !important; }

dtinth commented 9 years ago

Hello,

Thanks for your suggestion. However, I try not to overgeneralized selectors. The .fcb selector essentially means "font color black." Applying it side-wide may make text of unstyled part unreadable.

I'll fix them when I have more time.