changeset 5517:a08abbd1045d

mod_http_oauth2: Apply text color to OOB input field Was using the browser default color
author Kim Alvefur <zash@zash.se>
date Sat, 03 Jun 2023 20:04:40 +0200
parents f25df3af02c1
children d87d0e4a8516
files mod_http_oauth2/html/style.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css	Sat Jun 03 19:21:39 2023 +0200
+++ b/mod_http_oauth2/html/style.css	Sat Jun 03 20:04:40 2023 +0200
@@ -38,6 +38,7 @@
 	font-size: xx-large;
 	font-family: monospace;
 	background-color: inherit;
+	color: inherit;
 	border: none;
 	padding: 1ex 2em;
 }