Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve link styling in PHPInfo (php#15077)
* Improve link styling in PHPInfo The previous styling with the fixed background color didn't work well in dark mode. Remove the background and make links inherit the regular text color. To make them visually detectable the underlining behavior is reversed. The underline is now shown when not hovering and hidden when hovering. * Preserve the headline linking behavior
- Loading branch information