From b0e19ba7b01a7178ef2dff7109e4797290368490 Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 8 Apr 2023 14:56:07 +0200 Subject: [PATCH] [fix] improve link readability the link color contrast is not enough to be distinguished improve the readability with underlined links --- zzzeeksphinx/themes/zzzeeksphinx/static/docs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zzzeeksphinx/themes/zzzeeksphinx/static/docs.scss b/zzzeeksphinx/themes/zzzeeksphinx/static/docs.scss index 65bb65f..a241754 100644 --- a/zzzeeksphinx/themes/zzzeeksphinx/static/docs.scss +++ b/zzzeeksphinx/themes/zzzeeksphinx/static/docs.scss @@ -544,6 +544,10 @@ a.headerlink:hover { /* don't put a clear:both here. use less floats */ } +#docs-body a { + text-decoration: underline; +} + #docs-body { #sqlalchemy-documentation h1 { /* hide the

for each content section. */