Debian / debiman

debiman generates a static manpage HTML repository out of a Debian archive
Apache License 2.0
188 stars 46 forks source link

dark themed browser issues #117

Closed 532910 closed 4 years ago

532910 commented 4 years ago

image

stapelberg commented 4 years ago

I don’t know if this is caused by the debian css we use, or our custom additions.

In either case, it’d be great if someone could send a pull request to fix this.

532910 commented 4 years ago

debian.org and packages.debian.org looks fine. The fix is simple: both bg and fg colors should be defined together, or not defined at all.

532910 commented 4 years ago

https://security-tracker.debian.org issue: https://salsa.debian.org/security-tracker-team/security-tracker/issues/4

stapelberg commented 4 years ago

You can find the CSS files either in this repository, and Debian-specific parts in https://salsa.debian.org/manpages-team/debian-assets

Please send a pull request/merge request.

532910 commented 4 years ago

https://github.com/Debian/debiman/pull/118

532910 commented 4 years ago

Looks fine now, thank you Michael!

532910 commented 4 years ago

While some pages looks fine now (like plinth.1, that I mentioned above in the PR, some other does not: dpkg-divert.8, dpkg.1 or error page

532910 commented 4 years ago

Is it my fault or they weren't re-rendered?

stapelberg commented 4 years ago

While some pages looks fine now (like plinth.1, that I mentioned above in the PR, some other does not: dpkg-divert.8, dpkg.1

You’re linking to very old manpages (wheezy) which will not be re-rendered. They are available only so that old URLs don’t break.

The current suites are: stable, stable-backports, testing, unstable, experimental

or error page

These just needed a server restart and now serve the updated stylesheet.

532910 commented 4 years ago

Haa, ok!