StylishThemes / StackOverflow-Dark

📚 Dark theme for Stack Overflow & most Stack Exchange network sites
https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.user.css
Other
686 stars 43 forks source link

Font color is black #241

Closed SmartManoj closed 2 years ago

SmartManoj commented 2 years ago

Site changed

image

Dirty Fix:

* {
color: rgb(183, 183, 183) !important;
}

After fix: image

the-j0k3r commented 2 years ago

See https://github.com/StylishThemes/StackOverflow-Dark#additional-styles

SmartManoj commented 2 years ago

See StylishThemes/StackOverflow-Dark#additional-styles

That's already being used. Here syntax is not the problem but the text

old version is used 5.0.2. Update fixed Used stylus. Wonders why not auto update

the-j0k3r commented 2 years ago

auto update breaks when you edit style locally this is by stylus design, since local trumps updates, you must force update the style manually and use/report issues only against the latest of any styles.

Also you didn't fill in the issue template so no one can see and fix the issue if its syntax or something else + only @AfroThundr3007730 may submit fixes to style since I dont maintain style anymore and also he may not have time and we dont accept dirty fixes.

The owners of stylishthemes haven't been active in this repo for over two years, so for my money I would look elsewhere when this finally stops working.

I do have my own style for stack sites etc, but I haven't published and dont have time to verify quality as I only rarely use the site. I may consider releasing it in future but I dont think it will be 100% free, since maintaining styles for sites I rarely use is not best use of my time which is incredibly limited, especially lately.

Im glad its fixed by update though.