Debian/debiman

dark themed browser issues

532910 opened this issue · 10 comments

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.

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.

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.

Looks fine now, thank you Michael!

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

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

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.

Haa, ok!