# HG changeset patch # User Kim Alvefur # Date 1678229733 -3600 # Node ID 1756c0f929f51749f7a059d779d758e2347f838b # Parent 3439eb37f23b95ea6b9acd3f4878ac03e4b730c8 mod_http_oauth2: Fix contrast of links on consent page The default dark blue wasn't very visible on a dark background diff -r 3439eb37f23b -r 1756c0f929f5 mod_http_oauth2/html/style.css --- a/mod_http_oauth2/html/style.css Tue Mar 07 15:33:07 2023 +0000 +++ b/mod_http_oauth2/html/style.css Tue Mar 07 23:55:33 2023 +0100 @@ -68,6 +68,16 @@ background-color: #842029; } + + :link + { + color: #6197df; + } + + :visited + { + color: #9a61df; + } } @media(min-width: 768px)