changeset 5226:1756c0f929f5

mod_http_oauth2: Fix contrast of links on consent page The default dark blue wasn't very visible on a dark background
author Kim Alvefur <zash@zash.se>
date Tue, 07 Mar 2023 23:55:33 +0100
parents 3439eb37f23b
children 0dcd956d7bc5
files mod_http_oauth2/html/style.css
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)